ctrl surfaces: add method to BasicUI to stop slots in a given trigger box

This commit is contained in:
Paul Davis 2022-12-10 10:33:24 -07:00
parent 9403b116ad
commit c2c23172bd
2 changed files with 16 additions and 2 deletions

View file

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