summaryrefslogtreecommitdiff
path: root/libs/evoral/test/CurveTest.hpp
AgeCommit message (Collapse)Author
2016-12-04Improve coverage of evoral testsDavid Robillard
2015-02-13Add a test for the constrained cubic interpolation of Evoral::CurveColin Fletcher
Add a test, based on the worked example in www.korf.co.uk/spline.pdf, for the constrained cubic spline interpolation. The delta values for the float comparisons are rather arbitrary, I'm sorry to say: they're basically chosen so that everything passes.
2015-01-20few more basic ControList/Curve TestsRobin Gareus
2015-01-192-point Curve Linear Interpolation TestRobin Gareus
2015-01-19minimalistic Evoral::Curve Unit Test.Robin Gareus