You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leaves me hanging for a few minutes without telling me what's happening.
I would suggest a verbosity 'switch' that the user can turn on or off, but which causes VIS to systematically post what it is doing. This is done with a global control in the MIRToolbox, and it works great!
The text was updated successfully, but these errors were encountered:
I think we could implement this with a single "update status" method. All the other methods will call _update_status() when applicable, and the latter will act in a way suitable for the interface available. By default, probably that's just a print statement, but the PyQt interface could change this to emit a signal.
Whether any status messages do anything can be controlled by a Shared Setting.
Running the VIS API does not give any user feedback on the states of the code. For example:
wm = WorkflowManager('../Beethoven String Quartet #1.mid')
wm.load('pieces')
wm.run('intervals')
wm.export('CSV','output_filename')
Leaves me hanging for a few minutes without telling me what's happening.
I would suggest a verbosity 'switch' that the user can turn on or off, but which causes VIS to systematically post what it is doing. This is done with a global control in the MIRToolbox, and it works great!
The text was updated successfully, but these errors were encountered: