merged with 3.0, probably finished

This commit is contained in:
Paul Davis 2013-03-12 17:36:51 -04:00
parent 77800e11ae
commit 2acc37e38d
569 changed files with 9469 additions and 63938 deletions

View file

@ -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 */