Module Duplex.Applications.Metronome
Take control of the Renoise metronome (tutorial).
Inheritance: Duplex.Application > Duplex.Application.Metronome
Metronome is a sample application that is meant to demonstrate how to write an application with Duplex. It demonstrates how to listen for events within Renoise and produce a proper response on the controller (bi-directional communication).
To read the whole tutorial, visit this topic on the Renoise forum.
Functions
__init (VarArg) | Constructor method |
start_app () | inherited from Application |
_build_app () | inherited from Application |
update () | set button to current state |
on_new_document () | inherited from Application |
_attach_to_song () | attach notifier to the song, handle changes |
Functions
- __init (VarArg)
-
Constructor method
Parameters:
- VarArg )
See also:
- start_app ()
-
inherited from Application
Returns:
-
bool or nil
See also:
- _build_app ()
-
inherited from Application
Returns:
-
bool
See also:
- update ()
- set button to current state
- on_new_document ()
-
inherited from Application
See also:
- _attach_to_song ()
- attach notifier to the song, handle changes