Connecting A Knob To A Node's gain Knob By Scriptning
-
Hey, Folks
I Hope All Is Well,
Trying to Connect A Knob To A Node's gain By Scripting, By I Get Some Errors, Is This Not Possible Yet?Thanks For Any Advice
-
@Natan You can't directly connect a slider to a node (at least until the new version). The way to do it is to primarily add a parameter in the main node container that is linked to the node in question. This way the parameter can be seen from the script as an attribute of the module like
myScriptFxModule.myParameter
-
@ustk I Know This But Once You Use The Below Code, It's Not Possible To Use That Method
setValue
Missing, And Can't Go Further :/const var dsp = Engine.createDspNetwork("dsp"); dsp.setForwardControlsToParameters(false);