summaryrefslogtreecommitdiff
path: root/gtk2_ardour/crossfade_edit.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-11-09 08:22:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-11-09 08:22:48 +0000
commite4c30241e8ed4ba79c37f568ca683be7644f52a8 (patch)
tree8f65c10c102af9becd56a41d36ede1f211a87585 /gtk2_ardour/crossfade_edit.h
parent09dd88c0e56d4411db164c207995db4692a51659 (diff)
a few useful keybindings in the xfade editor
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4116 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/crossfade_edit.h')
-rw-r--r--gtk2_ardour/crossfade_edit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/crossfade_edit.h b/gtk2_ardour/crossfade_edit.h
index 3d51771e2b..e3b7338356 100644
--- a/gtk2_ardour/crossfade_edit.h
+++ b/gtk2_ardour/crossfade_edit.h
@@ -72,6 +72,10 @@ class CrossfadeEditor : public ArdourDialog
static Presets* fade_in_presets;
static Presets* fade_out_presets;
+
+ protected:
+ bool on_key_press_event (GdkEventKey*);
+ bool on_key_release_event (GdkEventKey*);
private:
boost::shared_ptr<ARDOUR::Crossfade> xfade;