remove debugging output; properly handle cases in Curve::_get_vector() where the...
[ardour.git] / libs / evoral / src / Curve.cpp
2012-12-02 Paul Davisremove debugging output; properly handle cases in Curve...
2012-11-30 Paul Davisstill more debugging output
2012-11-30 Paul Davisstill more debugging output
2012-11-30 Paul Davisstill more debugging output
2012-11-30 Paul Davismore debugging output
2012-11-30 Paul Davisdebugging output
2012-11-18 Robin Gareusfix prev commit (stupid C++ needs explicit typecast)
2012-11-18 Robin Gareusprevent subveclen to wrap at 2^31
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-05-24 Paul Davisfix bug that has existed since rev 17 when evaluating...
2012-04-19 Carl HetheringtonFix thinko causing possible memory corruption.
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2011-12-26 Paul Davis(1) do not write sequential same-value automation data...
2011-04-06 David RobillardFix my name :)
2010-09-20 Carl HetheringtonMake sure that _get_vector writes a value to the output...
2009-10-23 David RobillardFix whitespace.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2008-12-21 David RobillardSync with svn.drobilla.net/lad/trunk/evoral r1891.
2008-11-03 Paul Davisfix nasty bug in evaluation of final step of interpolat...
2008-09-19 David RobillardFactor out sequencing related things into an independan...