Posted: 10 Feb 2017, 20:08
I am loading a patch containing a vst, via the LOAD PATCH module. After the VST is loaded, I want to send the patch's PM a patch change via a buss. The VST is reaktor, and I'm using the PM to load ensembles.
I cannot get this to work right. the buss in sends the change before the VST is ready for it. The PM says the patch is correct, but it hasn't actually been loaded. I tried storing the buss value in a VAR, and triggering via ON INIT, but it doesn't actually trigger, perhaps because the VAR module has not been initialized when the ON INIT trigger comes.
I tried ON ACTIVATION, but that does not trigger at all in this scenario.
Thoughts???? Any tips welcome, thanks in advance.
I cannot get this to work right. the buss in sends the change before the VST is ready for it. The PM says the patch is correct, but it hasn't actually been loaded. I tried storing the buss value in a VAR, and triggering via ON INIT, but it doesn't actually trigger, perhaps because the VAR module has not been initialized when the ON INIT trigger comes.
I tried ON ACTIVATION, but that does not trigger at all in this scenario.
Thoughts???? Any tips welcome, thanks in advance.