mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
provide new actions to jump to prev/next location marker (no other markers)
This commit is contained in:
parent
1f35010713
commit
2d8c641314
4 changed files with 22 additions and 8 deletions
|
|
@ -740,8 +740,8 @@ private:
|
|||
void update_selection_markers ();
|
||||
void update_section_box ();
|
||||
|
||||
void jump_forward_to_mark ();
|
||||
void jump_backward_to_mark ();
|
||||
void jump_forward_to_mark_flagged (ARDOUR::Location::Flags, ARDOUR::Location::Flags, ARDOUR::Location::Flags);
|
||||
void jump_backward_to_mark_flagged (ARDOUR::Location::Flags, ARDOUR::Location::Flags, ARDOUR::Location::Flags);
|
||||
|
||||
struct LocationMarkers {
|
||||
ArdourMarker* start;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue