I would like to change it so that the FX sliders are 0% in the middle, 100% at the rightmost position, and 100% at the leftmost position. All controlled by my main filter knob. Is it possible to do this?
Posté 2 days ago @ 9:19 pm
param_multiply 2 & param_add -1
that will change the fader from a range of 0 to 1 to -1 to +1 centred on zero.
Posté yesterday @ 2:53 pm
DJPhallus wrote :
that will change the fader from a range of 0 to 1 to -1 to +1 centred on zero.
param_multiply 2 & param_add -1
that will change the fader from a range of 0 to 1 to -1 to +1 centred on zero.
Thanks!
Posté 17 hours ago