GainMeter(Base) now has an explicit gain control given to it

This commit is contained in:
Paul Davis 2016-01-25 11:47:44 -05:00
parent 22a20c7333
commit dd32c05cda
7 changed files with 38 additions and 33 deletions

View file

@ -832,7 +832,7 @@ SoundFileBrowser::add_gain_meter ()
boost::shared_ptr<Route> r = _session->the_auditioner ();
gm->set_controls (r, r->shared_peak_meter(), r->amp());
gm->set_controls (r, r->shared_peak_meter(), r->amp(), r->gain_control());
gm->set_fader_name (X_("GainFader"));
meter_packer.set_border_width (12);