mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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
1 changed files with 7 additions and 6 deletions
|
|
@ -272,16 +272,17 @@ 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…
Add table
Add a link
Reference in a new issue