From e658056cd7c3d449252cc4e6d6c573922dbfc076 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 6 Nov 2023 20:36:43 -0700 Subject: [PATCH] length (& position) of the region added for step entry shouuld use in beat time --- gtk2_ardour/step_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/step_editor.cc b/gtk2_ardour/step_editor.cc index 2bce2d32ed..ad186a4711 100644 --- a/gtk2_ardour/step_editor.cc +++ b/gtk2_ardour/step_editor.cc @@ -89,7 +89,7 @@ StepEditor::start_step_editing () void StepEditor::resync_step_edit_position () { - step_edit_insert_position = _editor.get_preferred_edit_position (Editing::EDIT_IGNORE_NONE, false, true); + step_edit_insert_position = _editor.get_preferred_edit_position (Editing::EDIT_IGNORE_NONE, false, true).beats(); } void