A destructor is present on this object, but not explicitly documented in the source.
A postblit is present on this object, but not explicitly documented in the source.
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 with a 3rd order polynomial.
Random access sampling of the delay-line with linear interpolation.
Third-order splice 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.