summaryrefslogtreecommitdiff
path: root/libs/evoral/src/Curve.cpp
AgeCommit message (Expand)Author
2017-06-21Implement additional ControlList interpolation methods.Robin Gareus
2017-06-21Remove separate ControlList min/max/default, use ParameterDescriptor.Robin Gareus
2017-06-03add const-ness: Evaluating a curve does not change it.Robin Gareus
2016-12-04Remove dead/annoying/unsafe codeDavid Robillard
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-04-15Replace control list locks with RWLocks4.0-rc4Robin Gareus
2015-01-19Curve::_get_vector: fix return value when veclen == 1Guido Aulisi
2014-05-30update Evoral::Curve to honor ControlList::InterpolationStyleRobin Gareus
2014-05-30Fix code to prepare re-enable cubic spline interpolation of automation data.Robin Gareus
2013-07-31fixes for windows branch build failures under linux. still does not build on ...Paul Davis
2013-07-23'libs/evoral' - Through a compiler extension gcc can implement an array whose...John Emmas
2012-12-09disable spline interpolation for curves - use linear interpolation; configura...Paul Davis
2012-12-02remove debugging output; properly handle cases in Curve::_get_vector() where ...Paul Davis
2012-11-30still more debugging outputPaul Davis
2012-11-30still more debugging outputPaul Davis
2012-11-30still more debugging outputPaul Davis
2012-11-30more debugging outputPaul Davis
2012-11-30debugging outputPaul Davis
2012-11-18fix prev commit (stupid C++ needs explicit typecast)Robin Gareus
2012-11-18prevent subveclen to wrap at 2^31Robin Gareus
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-24fix bug that has existed since rev 17 when evaluating a curve in a position b...Paul Davis
2012-04-19Fix thinko causing possible memory corruption.Carl Hetherington
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2011-12-26(1) do not write sequential same-value automation data into a ControlList (2)...Paul Davis
2011-04-06Fix my name :)David Robillard
2010-09-20Make sure that _get_vector writes a value to the output array even when vecle...Carl Hetherington
2009-10-23Fix whitespace.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2008-12-21Sync with http://svn.drobilla.net/lad/trunk/evoral r1891.David Robillard
2008-11-03fix nasty bug in evaluation of final step of interpolated Curve valuesPaul Davis
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard