summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-05-25 23:14:41 +0000
committerCarl Hetherington <carl@carlh.net>2010-05-25 23:14:41 +0000
commitf7bff95fbce75cb0d4c717b1400677edd814f7be (patch)
treead4e1bce3e7d30f5e22ece30dd3df740dac1e73e /gtk2_ardour/public_editor.h
parent6b19aee3b511eaae2800837175e9b9a931d325e7 (diff)
Rudimentary ghost note when adding MIDI notes to a region, as per #3180.
git-svn-id: svn://localhost/ardour2/branches/3.0@7162 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 6fc7004cc3..2ff5d53326 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -364,6 +364,8 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
friend bool relay_key_press (GdkEventKey*, Gtk::Window*);
friend bool forward_key_press (GdkEventKey*);
+
+ PBD::Signal0<void> SnapChanged;
};
#endif // __gtk_ardour_public_editor_h__