summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/interpolation.h
AgeCommit message (Expand)Author
2015-03-10MIDI vari-speed playbackRobin Gareus
2013-10-17add export visibility macros across libardourPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2010-12-03No-op: reformat and add GPL boilerplate.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
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-28Fix some more warnings.Carl Hetherington
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-23interpolation.cc/h: Fix crash bug and introduce add simple cubic interpolationHans 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-06-23interpolation.h / audio_diskstream.cc: make varispeed sound well again, by re...Hans 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 but buggy version using libsamplerateHans Baier
2009-06-10Easiest compiler warning fix, everSampo Savolainen
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