main fix: when transport stops, clear per-region per-playlist note trackers even...
[ardour.git] / libs / ardour / interpolation.cc
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-04 David RobillardFix broken whitespace (no functional changes).
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2009-10-22 Paul Davisremember to reset inm1 each time around the interpolati...
2009-10-16 Paul Davisfix conceptually broken cubic interpolator that failed...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-24 Hans Baierinterpolation.cc/h: Remove all failed and obsolete...
2009-07-24 Hans BaierAnother failed attemt at natural spline interpolation
2009-07-24 Paul Davisfixes for 64 bit compilation - see comment
2009-07-23 Hans Baierinterpolation.cc/h: Fix crash bug and introduce add...
2009-07-22 Hans Baierspline interpolation: fix crash bugs on negative speed...
2009-07-22 Hans Baierinterpolation.cc/.h: Spline-Bugfixes: Crash bug at...
2009-07-22 Hans Baierinterpolation.cc/.h: first working but buggy implementa...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-19 Hans Baierreplace fixed-point linear interpolation with double...
2009-07-01 Paul Davisinclude <cstdio> so that printf() is declared
2009-06-23 Hans Baierinterpolation: fix some warnings
2009-06-23 Carl HetheringtonFix some warnings.
2009-06-23 Hans BaierXinterpolation.*: Add old fixed point and double linear...
2009-06-23 Hans BaierInterpolation -> LibSamplerateInterpolation, keep state...
2009-06-23 Hans BaierInterpolation: first working version with sinc
2009-06-23 Hans BaierInterpolation: First working but buggy version using...
2009-06-10 Hans Baier* Refactor varispeed playback into own class, replace...
2009-06-10 Hans Baierlibardour: * Add basic classes for later support of...