summaryrefslogtreecommitdiff
path: root/libs/evoral/src/Curve.cpp
AgeCommit message (Expand)Author
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