expand the dialog used for renaming location markers to allow scene editing

This has no visible effect for anything that is not livetrax (for now).
This commit is contained in:
Paul Davis 2025-04-07 16:51:59 -06:00
parent 5e9a4f54a6
commit 15c808c9f4
6 changed files with 146 additions and 22 deletions

View file

@ -1668,7 +1668,8 @@ private:
void marker_menu_edit ();
void marker_menu_remove ();
void marker_menu_rename ();
void rename_marker (ArdourMarker* marker);
void edit_marker (ArdourMarker* marker, bool with_scene);
bool edit_location (ARDOUR::Location& loc, bool with_scene, bool with_command);
void toggle_tempo_continues ();
void toggle_tempo_type ();
void ramp_to_next_tempo ();