Module vDialog
function, supply your own idle notifier here
(will only start once Renoise has an active document)
self.on_idle_notifier = args.on_idle_notifier or nil
Functions
-
show ()
-
create/re-use existing dialog
Returns:
renoise.Views.Rack
-
create_dialog ()
-
Returns:
renoise.Views.Rack
-
idle_notifier_waiting ()
-
wait with launch until tool has a renoise document to work on
workaround for http://goo.gl/UnSDnw
Fields
-
self.waiting_to_show_dialog
-
bool, set to true to wait until Renoise has a document
-
self.dialog_visible_observable
-
when dialog is opened
-
self.dialog_became_active_observable
-
when dialog gains focus
TODO make it work both when invoked manually and programatically