mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
osc: add functions to trigger cue rows, and stop all triggers
This commit is contained in:
parent
9af2c31d6b
commit
be28c9ff88
4 changed files with 22 additions and 0 deletions
|
|
@ -100,6 +100,9 @@ class LIBCONTROLCP_API BasicUI {
|
|||
void toggle_click();
|
||||
void midi_panic();
|
||||
|
||||
void cue_bang (int cue);
|
||||
void stop_all_triggers (bool stop_now = false);
|
||||
|
||||
void toggle_monitor_mute();
|
||||
void toggle_monitor_dim();
|
||||
void toggle_monitor_mono();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue