provide new actions to jump to prev/next location marker (no other markers)

This commit is contained in:
Paul Davis 2024-05-28 22:07:35 -06:00
parent 1f35010713
commit 2d8c641314
4 changed files with 22 additions and 8 deletions

View file

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