mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
bring back full mute control (pre/post/control/main) via mute button context click
git-svn-id: svn://localhost/ardour2/branches/3.0@6116 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9931171b69
commit
ef92349187
8 changed files with 108 additions and 90 deletions
|
|
@ -99,6 +99,7 @@ class RouteUI : public virtual AxisView
|
|||
Gtk::Menu* solo_menu;
|
||||
Gtk::Menu* sends_menu;
|
||||
|
||||
|
||||
XMLNode *xml_node;
|
||||
void ensure_xml_node ();
|
||||
|
||||
|
|
@ -137,12 +138,13 @@ class RouteUI : public virtual AxisView
|
|||
void solo_isolated_toggle (void*, Gtk::CheckMenuItem*);
|
||||
void toggle_solo_isolated (Gtk::CheckMenuItem*);
|
||||
|
||||
void toggle_mute_menu(ARDOUR::MuteMaster::MutePoint, Gtk::CheckMenuItem*);
|
||||
void pre_fader_toggle(void*, Gtk::CheckMenuItem*);
|
||||
void post_fader_toggle(void*, Gtk::CheckMenuItem*);
|
||||
void control_outs_toggle(void*, Gtk::CheckMenuItem*);
|
||||
void main_outs_toggle(void*, Gtk::CheckMenuItem*);
|
||||
Gtk::CheckMenuItem* pre_fader_mute_check;
|
||||
Gtk::CheckMenuItem* post_fader_mute_check;
|
||||
Gtk::CheckMenuItem* listen_mute_check;
|
||||
Gtk::CheckMenuItem* main_mute_check;
|
||||
|
||||
void toggle_mute_menu(ARDOUR::MuteMaster::MutePoint, Gtk::CheckMenuItem*);
|
||||
void muting_change ();
|
||||
void build_mute_menu(void);
|
||||
void init_mute_menu(ARDOUR::MuteMaster::MutePoint, Gtk::CheckMenuItem*);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue