AudioEffect

Should be inherited by all Audio Effect classes to allow for batch processing

Members

Functions

getNextSample
float getNextSample(const float input)

Process a sample that is passed to the processor, and return the next sample.

reset
void reset()

Should be used to free any delay elements or do any setup before play begins.

setSampleRate
void setSampleRate(float sampleRate)

Meta