Adds several samples at end of delay.
Adds a new sample at end of delay.
Initialize the delay line. Can delay up to count samples.
Combined feed + sampleFull. Uses the delay line as a fixed delay of count samples.
Combined feed + sampleFull. Uses the delay line as a fixed delay of count samples.
Resize the delay line. Can delay up to count samples. The state is cleared.
Random access sampling of the delay-line at integer points. Delay 0 = last entered sample with feed().
Random access sampling of the delay-line at integer points, extract a time slice. Delay 0 = last entered sample with feed().
Random access sampling of the delay-line with a 3rd order polynomial.
Random access sampling of the delay-line with linear interpolation.
Third-order spline interpolation http://musicdsp.org/showArchiveComment.php?ArchiveID=62
4th order spline interpolation http://musicdsp.org/showArchiveComment.php?ArchiveID=60
Allow to sample signal back in time. This delay-line has a twin write index, so that the read pointer can read a contiguous memory area. ____________________________________________________________________________________ | | _index | | readPointer = _index + half size | |