To make it easier, let me write what kind of a DSP workflow I want. I need around 16 channels, but the output will only be 8 channels because some channels will be summed together to form the final output channels.
1. Input
2. Parametric EQ
3. FIR
4. Crossover for each driver
5. Parametric EQ for each driver
6. FIR for each driver
7. Different level adjustments on each driver
8. Different delay on certain channels
9. Crossover to separate bands for multi-band limiter
10. Apply different limiter settings to each band
11. Sum these channels from 9 back to one
It seems I can do everything except the multi-band limiter and 2 FIRs. I can get away with just 1 FIR, but I need the multi-band limiter. I'd like a compressor as well.
I wish I can apply different DSP settings to each channel, not just the filters in parametric EQ, and add as many copies of those plugins as I want.
EDIT: Might be able to do the multi-band compressor stuff by a suitable VST plugin by processing the input first before doing all the crossover stuff. Still wish I can apply different DSP settings to each channel. This is just a workaround.