From 46e448252f74ce35f37a1a41bb3ebe0f0312cd5d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 6 Jun 2012 11:47:09 +0000 Subject: Provide dialogs to edit pan values numerically, at least for mono and stereo panners. git-svn-id: svn://localhost/ardour2/branches/3.0@12577 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/stereo_panner.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk2_ardour/stereo_panner.h') diff --git a/gtk2_ardour/stereo_panner.h b/gtk2_ardour/stereo_panner.h index 8d76442724..19fa0c056e 100644 --- a/gtk2_ardour/stereo_panner.h +++ b/gtk2_ardour/stereo_panner.h @@ -38,6 +38,9 @@ class StereoPanner : public PannerInterface StereoPanner (boost::shared_ptr); ~StereoPanner (); + boost::shared_ptr get_position_controllable() const { return position_control; } + boost::shared_ptr get_width_controllable() const { return width_control; } + sigc::signal StartPositionGesture; sigc::signal StopPositionGesture; sigc::signal StartWidthGesture; @@ -52,6 +55,8 @@ class StereoPanner : public PannerInterface bool on_key_press_event (GdkEventKey*); private: + PannerEditor* editor (); + boost::shared_ptr position_control; boost::shared_ptr width_control; PBD::ScopedConnectionList connections; -- cgit v1.2.3