mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Add/edit tempo/meter change at right position with 'delta to edit cursor'
Find the absolute position of the main clock when 'display delta to edit cursor' is set when adding/editing tempo/meter changes from the context menu.
This commit is contained in:
parent
24e8e865a6
commit
ecd265222a
3 changed files with 18 additions and 5 deletions
|
|
@ -38,5 +38,6 @@ private:
|
|||
void edit_current_meter ();
|
||||
void insert_new_tempo ();
|
||||
void insert_new_meter ();
|
||||
framepos_t absolute_time () const;
|
||||
bool _primary;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue