Accessing SliderPack in ScriptNode through an EffectSlot
-
Hi everyone,
Quick question:
I can access and change the parameters (e.g. Sliders) of an effect with scripting through a SlotFX like this:EffectSlot1.getCurrentEffect().setAttribute(paramIndex, 1.0);
Is there any possibility of accessing a SliderPack made in ScriptNode in the same way through SlotFX? I have set it up as an External SliderPack Slot.
If I add a SliderPack to the interface, I can set the "ProcessorId" to the HardcodedMasterFX, and that's fine, but not for me. I want to do it with scripting, in the same way as for my other parameters, but the SliderPack is not available as Attribute.
Thanks in advance!
Gábor