summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/audio_time_axis.h')
-rw-r--r--gtk2_ardour/audio_time_axis.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/audio_time_axis.h b/gtk2_ardour/audio_time_axis.h
index 4841fcda81..1023c1edf5 100644
--- a/gtk2_ardour/audio_time_axis.h
+++ b/gtk2_ardour/audio_time_axis.h
@@ -80,6 +80,9 @@ class AudioTimeAxisView : public RouteTimeAxisView
guint32 show_at (double y, int& nth, Gtk::VBox *parent);
void hide ();
+ void enter_internal_edit_mode ();
+ void leave_internal_edit_mode ();
+
void create_automation_child (const Evoral::Parameter& param, bool show);
void first_idle ();