mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Add guard points when drawing freehand automation
This commit is contained in:
parent
5a647cd84a
commit
9b1a56febf
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ MergeableLine::merge_drawn_line (Editor& e, Session& s, Evoral::ControlList::Ord
|
|||
}
|
||||
|
||||
list->freeze ();
|
||||
list->editor_add_ordered (points, false);
|
||||
list->editor_add_ordered (points, true);
|
||||
if (thin) {
|
||||
list->thin (Config->get_automation_thinning_factor());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue