mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
allow all types of range location (loop, start, end etc.) to be glued to bars and beats.
This commit is contained in:
parent
0869aa0f6c
commit
d0580ecfbc
12 changed files with 166 additions and 123 deletions
|
|
@ -1698,7 +1698,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void marker_context_menu (GdkEventButton*, ArdourCanvas::Item*);
|
||||
void tempo_or_meter_marker_context_menu (GdkEventButton*, ArdourCanvas::Item*);
|
||||
void new_transport_marker_context_menu (GdkEventButton*, ArdourCanvas::Item*);
|
||||
void build_range_marker_menu (bool, bool);
|
||||
void build_range_marker_menu (ARDOUR::Location *, bool, bool);
|
||||
void build_marker_menu (ARDOUR::Location *);
|
||||
void build_tempo_marker_menu (TempoMarker *, bool);
|
||||
void build_meter_marker_menu (MeterMarker *, bool);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue