I'm working on a synthesizer that incorporates an EQ section, and would like to know if anyone has a recommendation about the order that the Audiounits are chained together.
Currently my graph looks something like this:
AUSampler -> Lowpass Unit -> Highpass Unit -> Parametric Unit -> Output
Is this the proper method of connecting them together or is there a better way?
Or maybe a better question is: a proper desktop class multi-band eq wouldn't have each band chained together correct?
Maybe all the processing should be done in one render callback?