summaryrefslogtreecommitdiff
path: root/libs/ardour/interpolation.cc
AgeCommit message (Expand)Author
2020-03-10small adjustments to TransportMaster API to better accomodate the "ignore/acc...Paul Davis
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2017-10-31Interpolation phase[] is initially emptyRobin Gareus
2017-10-02change API and implementation for CubicInterpolation and Interpolation.Paul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-03-16Sanitize cubic-interpolation code (NO-OP safe for float inaccuracies)Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-03-10NOOP, re-indent.Robin Gareus
2015-03-10yet unheard of edge-case.Robin Gareus
2015-03-10MIDI vari-speed playbackRobin Gareus
2013-08-27fix vari-speed phase (when used for calculation only)Robin Gareus
2013-01-16add copyright commentsPaul Davis
2012-04-20Fix linear interpolator to avoid error accumulation.Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2009-10-22remember to reset inm1 each time around the interpolation loopPaul Davis
2009-10-16fix conceptually broken cubic interpolator that failed to handle the i=0 case...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-24interpolation.cc/h: Remove all failed and obsolete attempts, leave linear and...Hans Baier
2009-07-24Another failed attemt at natural spline interpolationHans Baier
2009-07-24fixes for 64 bit compilation - see commentPaul Davis
2009-07-23interpolation.cc/h: Fix crash bug and introduce add simple cubic interpolationHans Baier
2009-07-22spline interpolation: fix crash bugs on negative speed and NULL inputsHans Baier
2009-07-22interpolation.cc/.h: Spline-Bugfixes: Crash bug at tempos close to 0, wrong c...Hans Baier
2009-07-22interpolation.cc/.h: first working but buggy implementation of cubic Spline i...Hans Baier
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-19replace fixed-point linear interpolation with double-based version, thereby r...Hans Baier
2009-07-01include <cstdio> so that printf() is declaredPaul Davis
2009-06-23interpolation: fix some warningsHans Baier
2009-06-23Fix some warnings.Carl Hetherington
2009-06-23Xinterpolation.*: Add old fixed point and double linear interpolation as alte...Hans Baier
2009-06-23Interpolation -> LibSamplerateInterpolation, keep state per channelHans Baier
2009-06-23Interpolation: first working version with sincHans Baier
2009-06-23Interpolation: First working but buggy version using libsamplerateHans Baier
2009-06-10* Refactor varispeed playback into own class, replace fixed-point arithmetic ...Hans Baier
2009-06-10libardour: * Add basic classes for later support of multiple interpolation al...Hans Baier