Multichannel (Hardcoded) Polyphonic FX
-
Hi all!
I'm trying to get a poly FX to work properly, but it seems I can't figure out how to set it right in this context...
Here are the conditions I must follow here:- The input audio comes from a sampler and, if possible, a synth (HardcodedMasterFX).
- The amout of input channels is variable (sample maps of varying channel count can be loaded).
- The polyphonic effect can be "changed" dynamically (from an ever-growing list).
- The parameters of the polyphonic effect must be exposed to user and internal modulation.
Ideally, given those conditions, I would prefer to use a Hardcoded Polyphonic FX, which, from what I know, does not support a varying amout of audio channels. I looked into routing the audio in a way that would allow ensuring the poly effect always received 2 channels, but without much success (the send effect/container could have been a thing if it supported polyphony).
I would rather avoid setting multiple Polyphonic Script FX - each with an effect loaded - and enabling the one I need when I need it as I have multiple samplers and an ever-growing list of effects, which would make this pretty ugly and hard to maintain over time.Thanks!
Mel -
@MELS - have you considered using a routing matrix pre-Hardcoded FX module - I think these days you can define the routing using scripting
-
@Lindon Would you mind giving me a bit more details?
-
@MELS you can set up a routing matrix in the master fx...clcik on the two bars at the left side of your master container...
-
@Lindon Oh, sure! Sorry, I thought you meant something else... I use it a lot already, but the issue here is that Polyphonic Effects do not work on the container level (not that I am aware of at least).
From my understanding, they are "executed" on the sampler level before any other sampler module excluding the MIDI modules/processors. Did I undertand it wrong? -
@MELS so - off the top of my head - put the poly FX in the sampler and put the sampler in a container...