mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
mute and send-alert buttons are now ArdourButtons
git-svn-id: svn://localhost/ardour2/branches/3.0@10397 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
36803567f0
commit
592bfa3616
15 changed files with 91 additions and 69 deletions
|
|
@ -79,7 +79,6 @@ class MonitorSection : public RouteUI
|
|||
VolumeController* solo_cut_control;
|
||||
|
||||
void populate_buttons ();
|
||||
void set_button_names ();
|
||||
void map_state ();
|
||||
|
||||
boost::shared_ptr<ARDOUR::MonitorProcessor> _monitor;
|
||||
|
|
@ -99,6 +98,7 @@ class MonitorSection : public RouteUI
|
|||
void cut_all ();
|
||||
void mono ();
|
||||
void toggle_exclusive_solo ();
|
||||
void set_button_names () {}
|
||||
void toggle_mute_overrides_solo ();
|
||||
void dim_level_changed ();
|
||||
void solo_boost_changed ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue