summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index 93a4571d89..1db9ce4423 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -2670,6 +2670,11 @@ Editor::rec_with_preroll ()
_session->request_preroll_record_trim (ph, preroll);
}
+void
+Editor::rec_with_count_in ()
+{
+ _session->request_count_in_record ();
+}
void
Editor::play_location (Location& location)