summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-01-25 11:47:44 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-01-25 11:47:44 -0500
commitdd32c05cda5760dbdef09a823c6163b7a6660ae7 (patch)
treeb601d377f3e46f58b3262d83f29caa2fd43cc435 /gtk2_ardour/sfdb_ui.cc
parent22a20c7333a14ac0c4af20287d8643e07ff92903 (diff)
GainMeter(Base) now has an explicit gain control given to it
Diffstat (limited to 'gtk2_ardour/sfdb_ui.cc')
-rw-r--r--gtk2_ardour/sfdb_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc
index 4c96172f16..104d0912b7 100644
--- a/gtk2_ardour/sfdb_ui.cc
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -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);