Module Duplex.Applications.Hydra
Control any Hydra device in the current song.
View the README.md (github)
Functions
__init (VarArg) | Constructor method |
attach_to_device (track_idx, device_idx, device) | attach notifier to the device called when we use previous/next device, set the initial device, are freely roaming the tracks or inserting a new device |
_build_app () | inherited from Application |
update_device () | This method is called when the controller is changed |
update_controller () | This method is called when the device is changed from Renoise |
Fields
self.suppress_value_observable | (bool) set to temporarily skip value notifier |
self._input_slider | the various UIComponents |
Functions
- __init (VarArg)
-
Constructor method
Parameters:
- VarArg )
See also:
- attach_to_device (track_idx, device_idx, device)
-
attach notifier to the device
called when we use previous/next device, set the initial device,
are freely roaming the tracks or inserting a new device
Parameters:
- track_idx
- device_idx
- device clear observables, attach to track (if needed
- _build_app ()
-
inherited from Application
Returns:
-
bool
See also:
- update_device ()
- This method is called when the controller is changed
- update_controller ()
- This method is called when the device is changed from Renoise