mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
add correct implementation for cancel all solo to BasicUI
This commit is contained in:
parent
d407d09d9c
commit
40dd604dbc
2 changed files with 50 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue