Should be inherited by all Audio Effect classes to allow for batch processing
Holds a list of AudioEffects. getNextSample(input) call getNextSample(input) on each effect in the chain
This function should only be called in a unittest block. AudioEffect effect : Effect to be tested. string name : name that will be written to output. size_t bufferSize : number of samples to be processed. bool outputResults : determines if output should be printed.
Copyright 2017 Cut Through Recordings