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:
Colin Fletcher 2015-02-07 23:22:59 +00:00
parent 24e8e865a6
commit ecd265222a
3 changed files with 18 additions and 5 deletions

View file

@ -38,5 +38,6 @@ private:
void edit_current_meter ();
void insert_new_tempo ();
void insert_new_meter ();
framepos_t absolute_time () const;
bool _primary;
};