mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
add enum and member var for controlling what kind of tempo editing we are doing
note: this was much harder than it ought to be
This commit is contained in:
parent
4b1d5d9b63
commit
8fbf2c3f52
11 changed files with 47 additions and 0 deletions
|
|
@ -470,6 +470,7 @@ Editor::Editor ()
|
|||
, _stepping_axis_view (0)
|
||||
, quantize_dialog (0)
|
||||
, _main_menu_disabler (0)
|
||||
, _tempo_edit_behavior (UIConfiguration::instance().get_default_tempo_edit_behavior())
|
||||
{
|
||||
/* we are a singleton */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue