mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Removed panner UI from MIDI track mixer strip.
Fix MIDI track controls and mixer strip colours. Changed selected track controls colour to be more visible and match selected tool colour. git-svn-id: svn://localhost/ardour2/trunk@1984 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f878576f2d
commit
e607e1f8f2
4 changed files with 19 additions and 12 deletions
|
|
@ -76,10 +76,10 @@ RouteUI::RouteUI (boost::shared_ptr<ARDOUR::Route> rt, ARDOUR::Session& sess, co
|
|||
|
||||
_route->active_changed.connect (mem_fun (*this, &RouteUI::route_active_changed));
|
||||
|
||||
mute_button = manage (new BindableToggleButton (_route->mute_control(), m_name ));
|
||||
mute_button = manage (new BindableToggleButton (_route->mute_control(), m_name ));
|
||||
mute_button->set_self_managed (true);
|
||||
|
||||
solo_button = manage (new BindableToggleButton (_route->solo_control(), s_name ));
|
||||
solo_button = manage (new BindableToggleButton (_route->solo_control(), s_name ));
|
||||
solo_button->set_self_managed (true);
|
||||
|
||||
mute_button->set_name ("MuteButton");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue