mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
merged with 3.0, probably finished
This commit is contained in:
parent
77800e11ae
commit
2acc37e38d
569 changed files with 9469 additions and 63938 deletions
|
|
@ -249,9 +249,10 @@ AutomationStreamView::interpolation () const
|
|||
}
|
||||
|
||||
AutomationRegionView* v = dynamic_cast<AutomationRegionView*> (region_views.front());
|
||||
assert (v);
|
||||
|
||||
return v->line()->the_list()->interpolation ();
|
||||
if (v) {
|
||||
return v->line()->the_list()->interpolation ();
|
||||
}
|
||||
return AutomationList::Linear;
|
||||
}
|
||||
|
||||
/** Clear all automation displayed in this view */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue