mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
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:
parent
5e9a4f54a6
commit
15c808c9f4
6 changed files with 146 additions and 22 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue