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:
Paul Davis 2023-04-07 15:59:55 -06:00
parent 4b1d5d9b63
commit 8fbf2c3f52
11 changed files with 47 additions and 0 deletions

View file

@ -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 */