I could use some help getting started with scripts. I have one thing I’d like to complete in my main Rackspace before I duplicated that racksspace and it’s going to require a script to do what I am after.
I want to control with a single widget (linked to a mod wheel) two different plugin parameters but in zones… something like the following… (apologies for the bad syntax)
if widget is 0-64 then parameter 42 = 0 (leslie speed is slow)
if widget is 65-127 then parameter 42 = 127 (leslie speed is fast)
if widget is 51-79 then parameter 43 = 127 (lesile is brake)
else 43 = 0 (brake is off)
Basically I have a mod wheel (in Rig Manager) that mid position should break the Leslie but if it’s in the left or right position (it’s horizontally opposed) will release the break and spin slow or fast.
I actually have two plugins with leslies I’d like to control in this manner and they use different parameter numbers from each other, of course!
thanks