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.
Process a sample that is passed to the processor, and return the next sample.
Should be used to free any delay elements or do any setup before play begins.
Holds a list of AudioEffects. getNextSample(input) call getNextSample(input) on each effect in the chain