I have a knob effect that looks like this currently:
effect 'ringmod' slider 2 & param_greater 0% ? effect 'ringmod' active on : effect 'ringmod' active off
But what I really need it to do is be assigned to one deck exclusively (deck 1, for example),
right now it's just playing the effect over the master deck.
How would I change the script to make it do that?
effect 'ringmod' slider 2 & param_greater 0% ? effect 'ringmod' active on : effect 'ringmod' active off
But what I really need it to do is be assigned to one deck exclusively (deck 1, for example),
right now it's just playing the effect over the master deck.
How would I change the script to make it do that?
Inviato Sat 06 Oct 12 @ 1:32 pm
Try adding "deck 1" in front of the "effect" in your script. I'm on my phone so I can't try it out but that should what you want.
Inviato Sat 06 Oct 12 @ 4:26 pm