mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Add action to create arrangement markers
This commit is contained in:
parent
c4d5a6b873
commit
85b637878d
5 changed files with 15 additions and 0 deletions
|
|
@ -185,6 +185,7 @@ public:
|
|||
virtual void trigger_script (int nth) = 0;
|
||||
virtual void add_bbt_marker_at_playhead_cursor () = 0;
|
||||
virtual void add_location_from_playhead_cursor () = 0;
|
||||
virtual void add_section_from_playhead () = 0;
|
||||
virtual void remove_location_at_playhead_cursor () = 0;
|
||||
void add_location_mark (Temporal::timepos_t const & where, ARDOUR::Location::Flags flags = ARDOUR::Location::IsMark, int32_t cue_id = 0) {
|
||||
add_location_mark_with_flag (where, flags, cue_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue