7 #ifndef CSL_DelayLine_H
8 #define CSL_DelayLine_H
RingBuffer is the storage + a default reader.
AdditiveInstrument.h – Sum-of-sines synthesis instrument class.
Effect – mix-in for classes that have unit generators as inputs (like filters).
unsigned mTotalDelayInSamples
DelayLine(unsigned maxDelayInSamples)
unsigned mMaxDelayInSamples
unsigned setDelayLength(unsigned delayInSamples)
Buffer – the multi-channel sample buffer class (passed around between generators and IO guys)...
void nextBuffer(Buffer &output)
get a buffer of Frames – this is the core CSL "pull" function; the given buffer can be written into...
float setDelayTime(float delayInMiliseconds)
Base class of CSL exceptions (written upper-case). Has a string message.