mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
disambiguate trigger functions: stop_all_triggers -> trigger_stop_all
This commit is contained in:
parent
75ae0fd4b1
commit
1e283adb22
8 changed files with 10 additions and 10 deletions
|
|
@ -101,7 +101,7 @@ class LIBCONTROLCP_API BasicUI {
|
|||
void midi_panic();
|
||||
|
||||
void trigger_cue_row (int cue);
|
||||
void stop_all_triggers (bool stop_now = false);
|
||||
void trigger_stop_all (bool stop_now = false);
|
||||
|
||||
void toggle_monitor_mute();
|
||||
void toggle_monitor_dim();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue