use configurable thinning factor, not a hard-coded constant
This commit is contained in:
@@ -834,7 +834,7 @@ AutomationTimeAxisView::merge_drawn_line (Evoral::ControlList::OrderedPoints& po
|
||||
list->freeze ();
|
||||
list->editor_add_ordered (points, false);
|
||||
if (thin) {
|
||||
list->thin (50.0);
|
||||
list->thin (Config->get_automation_thinning_factor());
|
||||
}
|
||||
list->thaw ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user