Holds a list of AudioEffects. getNextSample(input) call getNextSample(input) on each effect in the chain
Adds an effect to the end of the FX Chain
Override from AudioEffect. Processes the input through each effect and passes the result to the next effect.
Resets each effect in the chain. To clear buffers and recalculate coefficients.
See Implementation
Holds a list of AudioEffects. getNextSample(input) call getNextSample(input) on each effect in the chain