keep track of the solo mute gain control for MIDI binding etc. etc
git-svn-id: svn://localhost/ardour2/branches/3.0@8829 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1a49bb9556
commit
2aa4fc8599
@ -274,6 +274,7 @@ Session::first_stage_init (string fullpath, string snapshot_name)
|
|||||||
_solo_cut_control.reset (new ProxyControllable (_("solo cut control (dB)"), PBD::Controllable::GainLike,
|
_solo_cut_control.reset (new ProxyControllable (_("solo cut control (dB)"), PBD::Controllable::GainLike,
|
||||||
boost::bind (&RCConfiguration::set_solo_mute_gain, Config, _1),
|
boost::bind (&RCConfiguration::set_solo_mute_gain, Config, _1),
|
||||||
boost::bind (&RCConfiguration::get_solo_mute_gain, Config)));
|
boost::bind (&RCConfiguration::get_solo_mute_gain, Config)));
|
||||||
|
add_controllable (_solo_cut_control);
|
||||||
|
|
||||||
_engine.GraphReordered.connect_same_thread (*this, boost::bind (&Session::graph_reordered, this));
|
_engine.GraphReordered.connect_same_thread (*this, boost::bind (&Session::graph_reordered, this));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user