13
0

Add guard points when drawing freehand automation

This commit is contained in:
Robin Gareus 2024-07-12 00:48:14 +02:00 committed by Paul Davis
parent cfdba3e515
commit 5777f70694

View File

@ -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());
}