mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Add GUI action to record with preroll
This commit is contained in:
parent
efd10abdfb
commit
645402bc42
7 changed files with 31 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue