mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
use configurable thinning factor, not a hard-coded constant
This commit is contained in:
parent
67d9fa885a
commit
57167dafbe
1 changed files with 1 additions and 1 deletions
|
|
@ -834,7 +834,7 @@ AutomationTimeAxisView::merge_drawn_line (Evoral::ControlList::OrderedPoints& po
|
||||||
list->freeze ();
|
list->freeze ();
|
||||||
list->editor_add_ordered (points, false);
|
list->editor_add_ordered (points, false);
|
||||||
if (thin) {
|
if (thin) {
|
||||||
list->thin (50.0);
|
list->thin (Config->get_automation_thinning_factor());
|
||||||
}
|
}
|
||||||
list->thaw ();
|
list->thaw ();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue