WTOscillator

Members

Functions

getNextSample
float getNextSample(const float input)

Note: only returns single phase output. To get quadrature phase output use void doOscillate(&float, &float)

setOscType
void setOscType(int oscType)

Recalculates the values in the sine table based on the oscillator type

Inherited Members

From AudioEffect

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