FXChain

Holds a list of AudioEffects. getNextSample(input) call getNextSample(input) on each effect in the chain

Constructors

this
this()
Undocumented in source.

Members

Functions

addEffect
void addEffect(AudioEffect effect)

Adds an effect to the end of the FX Chain

getNextSample
T getNextSample(T input)

Override from AudioEffect. Processes the input through each effect and passes the result to the next effect.

reset
void reset()

Resets each effect in the chain. To clear buffers and recalculate coefficients.

setSampleRate
void setSampleRate(float sampleRate)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta