mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
GainMeter(Base) now has an explicit gain control given to it
This commit is contained in:
parent
22a20c7333
commit
dd32c05cda
7 changed files with 38 additions and 33 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue