Add GUI action to record with preroll

This commit is contained in:
Robin Gareus 2017-01-18 15:16:05 +01:00
parent efd10abdfb
commit 645402bc42
7 changed files with 31 additions and 0 deletions

View file

@ -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;