summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-02-13 22:59:51 +0100
committerRobin Gareus <robin@gareus.org>2017-02-13 23:01:11 +0100
commit65b38322db994462358318c7a3a2ba1a002351bd (patch)
treea783f5e3eb4dc2bff3263db16f20f89db81de234 /gtk2_ardour/public_editor.h
parent7946967270a1a3def300bba6d05c87bfd65e6900 (diff)
GUI action Transport/RecordCountIn
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 7516d48099..38b977171b 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -211,6 +211,7 @@ class PublicEditor : public Gtkmm2ext::Tabbable {
virtual void play_selection () = 0;
virtual void play_with_preroll () = 0;
virtual void rec_with_preroll () = 0;
+ virtual void rec_with_count_in () = 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;