Scriptnode Bypass button/slider
-
Hey guys, i am implementing my 3 waveshaper algos in snex, and now i was wondering how i can manage to set them bypassed seperatly and control this via a knob or slider in scriptnode parameters. I want to compile the dll and then be able to bypass them seperatly in hardcoded master fx .
Thank you so much
Ben -
@Ben-Catman You can use a soft bypass node for each, connected to a top level parameter.
-
thanks, please call me stupid but how can i control the soft bypass ?
-
-
There's also this node which gives you the ability of branching the signal path to its children:
HISE | ScriptNode | branch
A container that allows selective processing of its child nodes
(docs.hise.dev)
-
Ahhhh ! Amazing guys. Thank you so much !