reinstate context menu on stereo panner
git-svn-id: svn://localhost/ardour2/branches/3.0@9106 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4f84a6cd1d
commit
82c794db70
@ -272,15 +272,16 @@ PannerUI::setup_pan ()
|
||||
|
||||
ac = pannable->pan_azimuth_control;
|
||||
_stereo_panner->StartPositionGesture.connect (sigc::bind (sigc::mem_fun (*this, &PannerUI::start_touch),
|
||||
boost::weak_ptr<AutomationControl> (ac)));
|
||||
boost::weak_ptr<AutomationControl> (ac)));
|
||||
_stereo_panner->StopPositionGesture.connect (sigc::bind (sigc::mem_fun (*this, &PannerUI::stop_touch),
|
||||
boost::weak_ptr<AutomationControl>(ac)));
|
||||
boost::weak_ptr<AutomationControl>(ac)));
|
||||
|
||||
ac = pannable->pan_width_control;
|
||||
_stereo_panner->StartWidthGesture.connect (sigc::bind (sigc::mem_fun (*this, &PannerUI::start_touch),
|
||||
boost::weak_ptr<AutomationControl> (ac)));
|
||||
boost::weak_ptr<AutomationControl> (ac)));
|
||||
_stereo_panner->StopWidthGesture.connect (sigc::bind (sigc::mem_fun (*this, &PannerUI::stop_touch),
|
||||
boost::weak_ptr<AutomationControl>(ac)));
|
||||
boost::weak_ptr<AutomationControl>(ac)));
|
||||
_stereo_panner->signal_button_release_event().connect (sigc::mem_fun(*this, &PannerUI::pan_button_event));
|
||||
|
||||
} else if (nins == 1) {
|
||||
/* 1-in/2out */
|
||||
|
Loading…
Reference in New Issue
Block a user