13
0

reduce number of points used to define x-fade curves

This commit is contained in:
Paul Davis 2014-03-04 10:02:43 -05:00
parent fee026c5ef
commit 6863bb9d28

View File

@ -987,7 +987,7 @@ AudioRegion::set_fade_in (FadeShape shape, framecnt_t len)
boost::shared_ptr<Evoral::ControlList> c2 (new Evoral::ControlList (FadeInAutomation));
boost::shared_ptr<Evoral::ControlList> c3 (new Evoral::ControlList (FadeInAutomation));
const int num_steps = min ((framecnt_t) 64, len);
const int num_steps = min ((framecnt_t) 16, len);
_fade_in->freeze ();
_fade_in->clear ();