add correct implementation for cancel all solo to BasicUI
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user