Multi IR loader question
-
I would like to build an ir/cabinet loader which had 4 convolution reverb modules with combo boxes to choose from ir files.
The issue I am having is that if all the convolution reverb modules are in the same FX chain, the first one's gain controls whether the following ones get a signal.
I then tried adding a second container, and moved one of the modules there, thinking it would be separate from the first container, but it doesn't work.
Please see video and let me know how I might accomplish this.
Video here -
@pcs800 Yeah if they are in the same chain then the signal will be processed serially. You could try using send effects instead, or use scriptnode for parallel processing.