Module Duplex.Applications.TrackSelector
Select the active Renoise track, including shortcuts for master & send tracks.
Inheritance: Duplex.Application > Duplex.Application.TrackSelector
Changes
0.99.3
- All "pattern line mappings" has moved into
Duplex.Applications.PatternCursor
0.98.28
- New mappings: “next_track”,”prev_track” (UIButtons, replaces UISpinner)
- New mappings: “next_page”,”prev_page” (UIButtons, replaces UISpinner)
- FEATURE: Hold prev/next track to select first/last track
- New mappings: “next_line”,”prev_line” (UIButtons)
- New mappings: “line”(UISlider, replaces UISpinner)
0.98.21
- Fixed: application was updating display when stopped/paused
0.98
- Deprecated UISpinner controls (exchanged with UIButtons)
0.97
- Allows to set focus to track by index, previous or next track
- Supports paged navigation features (previous/next, page size)
- Allows direct access to sequencer-track #1, master or send-track #1
0.96
- First release
Functions
__init (VarArg) | Constructor method |
start_app () | inherited from Application |
on_new_document () | inherited from Application |
on_idle () | inherited from Application |
_attach_to_song (song) | adds notifiers to song, set essential values |
update () | set all components to values from Renoise |
_build_app (song) | inherited from Application |
Functions
- __init (VarArg)
-
Constructor method
Parameters:
- VarArg )
See also:
- start_app ()
-
inherited from Application
Returns:
-
bool or nil
See also:
- on_new_document ()
-
inherited from Application
See also:
- on_idle ()
-
inherited from Application
See also:
- _attach_to_song (song)
-
adds notifiers to song, set essential values
Parameters:
- song
- update ()
- set all components to values from Renoise
- _build_app (song)
-
inherited from Application
Parameters:
- song
Returns:
-
bool
See also: