mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Add action to locate to loop start/end
This commit is contained in:
parent
fabb080672
commit
888d91d599
6 changed files with 40 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ public:
|
|||
virtual void rec_with_count_in () = 0;
|
||||
virtual void maybe_locate_with_edit_preroll (samplepos_t location) = 0;
|
||||
virtual void goto_nth_marker (int nth) = 0;
|
||||
virtual void jump_to_loop_marker (bool start) = 0;
|
||||
virtual void trigger_script (int nth) = 0;
|
||||
virtual void add_location_from_playhead_cursor () = 0;
|
||||
virtual void remove_location_at_playhead_cursor () = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue