fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / interpolation.cc
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-10 Robin GareusNOOP, re-indent.
2015-03-10 Robin Gareusyet unheard of edge-case.
2015-03-10 Robin GareusMIDI vari-speed playback
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-09-03 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-27 Robin Gareusfix vari-speed phase (when used for calculation only)
2013-01-16 Paul Davisadd copyright comments
2012-04-20 Carl HetheringtonFix linear interpolator to avoid error accumulation.
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...