Is there any way to have a “chop export” to the Bypass flag?
You can use the opset command with the -b option in a script that is triggered by a chop or anything else.
Just so there’s an example
$arg gives you the value of the input channel that activates the chopexecute DAT
the script looks at the input and bypasses the spring CHOP when the button is toggled off.
[code]if $arg3 == 0
opset -b on spring1
else
opset -b off spring1[/code]
Rod
bypass_switch.toe (5.73 KB)