Documentation update
-
I am trying to figure out how to build a multiband compressor. So I started with a SciptFX and then added a dsp network and used a freq_split3 template.
In trying to figure out how to connect gui sliders to the controls in freq_split3, I looked in the documentation, where I find nothing about ScriptFX, but a lot about Scriptnode, which I do not see in the actual software.
Do the docs need updated, or am I reading something wrong? -
@pcs800 have you downloaded the master tutorials from Christophs githubs? There are some good examples there.
-
@pcs800 if you add parameter knobs at the top level of your script node chain, you can map GUI knobs to those via script or the property editor like any other knob.
-
@Chazrox So add a sliderbank to the dsp network?
-
@pcs800 basically. Do you know how to add parameters knobs at the top of your node chain? I cant remember exactly for that particular slider, but you should be able to figure out how to do it if you know how to add a parameter knob. There should be and example somewhere around here.
-
@Chazrox I do not know how to add them.
-
@pcs800
Here...
then add paramaters here...
if you want to be able to map GUI controls, make sure you're adding your paramters to the outer most level of your node chain.
Whatever you add here for parameters, will be visible in your scriptFX property editor like any other module on your interface designer.