osc: add functions to trigger cue rows, and stop all triggers

This commit is contained in:
Ben Loftis 2022-09-25 12:14:23 -05:00
parent 9af2c31d6b
commit be28c9ff88
4 changed files with 22 additions and 0 deletions

View file

@ -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();