summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-03 14:51:02 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-03 14:51:02 +0000
commit2c72f58aa19c169752e6c09310c7d7917b63c3eb (patch)
treef149e13f7a5ad924e1675f1f104b871949a68c8f /gtk2_ardour/streamview.h
parent9498b3bfe467f6cb69b21cd400754b3b215e811e (diff)
experiment with making MIDI region boxes vanish when in note/internal edit mode ... to be continued
git-svn-id: svn://localhost/ardour2/branches/3.0@9054 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index 2b542b4a20..3268519534 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -74,6 +74,9 @@ public:
gdouble get_samples_per_unit () { return _samples_per_unit; }
virtual void horizontal_position_changed () {}
+ virtual void enter_internal_edit_mode () {}
+ virtual void leave_internal_edit_mode () {}
+
void set_layer_display (LayerDisplay);
LayerDisplay layer_display () const { return _layer_display; }