mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 12:46:32 +01:00
ctrl surfaces: add method to BasicUI to stop slots in a given trigger box
This commit is contained in:
parent
9403b116ad
commit
c2c23172bd
2 changed files with 16 additions and 2 deletions
|
|
@ -102,6 +102,7 @@ class LIBCONTROLCP_API BasicUI {
|
|||
|
||||
void trigger_cue_row (int cue);
|
||||
void trigger_stop_all (bool stop_now = false);
|
||||
void trigger_stop_col (int col, bool immediately = false);
|
||||
|
||||
void store_mixer_scene (int scn);
|
||||
void apply_mixer_scene (int scn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue