summaryrefslogtreecommitdiff
path: root/gtk2_ardour/stereo_panner.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-01-07 22:18:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-01-07 22:18:53 +0000
commit41264273ec2a88599263c2506f7b886813472380 (patch)
tree3b553a61b3f0359e95b23d264c57575a68152ae7 /gtk2_ardour/stereo_panner.h
parentcb8f069e7717db78394d68fddc9a19d7e8cd1eb6 (diff)
add gesture control for position+width controls of a 2in/2out panner - not used, since there is no way to create automation for these controls at present
git-svn-id: svn://localhost/ardour2/branches/3.0@8479 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/stereo_panner.h')
-rw-r--r--gtk2_ardour/stereo_panner.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/stereo_panner.h b/gtk2_ardour/stereo_panner.h
index 52abb30687..86a53eccf7 100644
--- a/gtk2_ardour/stereo_panner.h
+++ b/gtk2_ardour/stereo_panner.h
@@ -37,6 +37,11 @@ class StereoPanner : public Gtk::DrawingArea
StereoPanner (boost::shared_ptr<PBD::Controllable> pos, boost::shared_ptr<PBD::Controllable> width);
~StereoPanner ();
+ sigc::signal<void> StartPositionGesture;
+ sigc::signal<void> StopPositionGesture;
+ sigc::signal<void> StartWidthGesture;
+ sigc::signal<void> StopWidthGesture;
+
protected:
bool on_expose_event (GdkEventExpose*);
bool on_button_press_event (GdkEventButton*);