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:
Paul Davis 2011-02-11 22:21:27 +00:00
parent 1a49bb9556
commit 2aa4fc8599

View File

@ -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,
boost::bind (&RCConfiguration::set_solo_mute_gain, Config, _1),
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));