This class implements a generic biquad filter. Should be inherited by all filters.
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.
See Implementation
This class implements a generic biquad filter. Should be inherited by all filters.