Multi-Channel Routing using scripts
-
I'm trying to make an FX vst that takes in 2 stereo signals, a modulator and a carrier. I've been reading the documentation but I can't seem to figure this out.
I have my modulation algorithm in the processBlock of ScriptFX, but I'm not sure how to route 4 channels into ScriptFX.
The idea being in the DAW one channel is ran in and the other is routed like a sidechain, then the algorithm is applied to create the output signal.
I've tried a few different attempts to make my waveformgenerator1 & 2 route into ScriptFX on different channels in the Interface "onInit". But no luck so far.
Any help is appreciated!
-
@Gnosis33 I was able to change the number of channels to 4 and now 4 channels are passed into the ScriptFX module but I'm not sure how to get the signals to route through the script in the processBlock.