add correct implementation for cancel all solo to BasicUI

This commit is contained in:
Paul Davis 2016-06-16 23:31:11 -04:00
parent d407d09d9c
commit 40dd604dbc
2 changed files with 50 additions and 2 deletions

View file

@ -83,7 +83,7 @@ class LIBCONTROLCP_API BasicUI {
void redo ();
void toggle_punch_in ();
void toggle_punch_out ();
void mark_in();
void mark_out();
@ -94,6 +94,8 @@ class LIBCONTROLCP_API BasicUI {
void toggle_monitor_dim();
void toggle_monitor_mono();
void cancel_all_solo ();
void quick_snapshot_stay ();
void quick_snapshot_switch ();
@ -108,7 +110,7 @@ class LIBCONTROLCP_API BasicUI {
void set_record_enable (bool yn);
bool get_record_enabled ();
//editor visibility stuff (why do we have to make explicit numbers here? because "gui actions" don't accept args
//editor visibility stuff (why do we have to make explicit numbers here? because "gui actions" don't accept args
void fit_1_track();
void fit_2_tracks();
void fit_4_tracks();