mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
length (& position) of the region added for step entry shouuld use in beat time
This commit is contained in:
parent
9e4a695689
commit
e658056cd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue