Module Duplex.Applications.NoComponent
Simple application aimed at taking control of the Renoise metronome (mapping that allows you to toggle it on and off)
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
Metronome:__init (VarArg) | Constructor method |
Metronome:start_app () | inherited from Application |
Metronome:_build_app () | inherited from Application |
Metronome:update () | set button to current state |
Metronome:on_new_document () | inherited from Application |
Metronome:_attach_to_song () | attach notifier to the song, handle changes |
Functions
- Metronome:__init (VarArg)
-
Constructor method
Parameters:
- VarArg )
See also:
- Metronome:start_app ()
-
inherited from Application
Returns:
-
bool or nil
See also:
- Metronome:_build_app ()
-
inherited from Application
Returns:
-
bool
See also:
- Metronome:update ()
- set button to current state
- Metronome:on_new_document ()
-
inherited from Application
See also:
- Metronome:_attach_to_song ()
- attach notifier to the song, handle changes