use Session::notify_presentation_info_changed() rather than emitting Stripable::Prese...
[ardour.git] / gtk2_ardour / send_ui.cc
index af23518c3a3950a4923f8ff0e5456b3bc8f19bc5..7f87f2dea852c3c2b3e4984d2cabe3363d6effa0 100644 (file)
@@ -43,7 +43,7 @@ SendUI::SendUI (Gtk::Window* parent, boost::shared_ptr<Send> s, Session* session
        assert (_send);
 
        _panners.set_panner (s->panner_shell(), s->panner());
-       _gpm.set_controls (boost::shared_ptr<Route>(), s->meter(), s->amp());
+       _gpm.set_controls (boost::shared_ptr<Route>(), s->meter(), s->amp(), s->gain_control());
 
        _hbox.pack_start (_gpm, true, true);
        set_name (X_("SendUIFrame"));