@Christoph-Hart Thank you! I'm pretty sure I understand! I'll look into how to use those.
Latest posts made by Gnosis33
-
RE: Help with processBlock in scriptFX
-
Help with processBlock in scriptFX
I genuinely can't figure out how to use the processBlock to implement a custom DSP algorithm, or any signal change for that matter. In the documentation it just says the processBlock takes variable data. Can someone please elaborate, and help me understand why I can't get the processBlock to to anything. (Even print a debug message to the console)
-
RE: Multi-Channel Routing using scripts
@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.
-
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!