summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-18 15:16:05 +0100
committerRobin Gareus <robin@gareus.org>2017-01-18 15:16:05 +0100
commit645402bc42879364a16c0d6c230e9125bd0aeb1f (patch)
treeba7a9e632575466f2221ec5441e3d5b9dfdeeda3 /gtk2_ardour/public_editor.h
parentefd10abdfb54bb1dd56de0aa01278805f5fbf332 (diff)
Add GUI action to record with preroll
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 4220ddbb72..cdae2480ec 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -211,6 +211,7 @@ class PublicEditor : public Gtkmm2ext::Tabbable {
virtual bool extend_selection_to_track (TimeAxisView&) = 0;
virtual void play_selection () = 0;
virtual void play_with_preroll () = 0;
+ virtual void rec_with_preroll () = 0;
virtual void maybe_locate_with_edit_preroll (framepos_t location) = 0;
virtual void goto_nth_marker (int nth) = 0;
virtual void trigger_script (int nth) = 0;