Jamoma API
0.6.0.a19
|
TTDelayBuffer is a container object that holds some audio in a chunk of memory, with accessors for using it as a circular delay line. More...
#include <TTDelayBuffer.h>
Public Attributes | |
TTSampleValuePtr | mWritePointer |
"record" pointer for buffer | |
TTSampleValuePtr | mReadPointer |
"playback" pointer | |
TTSampleValuePtr | mEndPointer |
points to last sample in buffer (for speed) | |
TTDelayBuffer is a container object that holds some audio in a chunk of memory, with accessors for using it as a circular delay line.
Definition at line 27 of file TTDelayBuffer.h.