Se Connecter:     


Forum: VirtualDJ Technical Support

Sujet: Setting FX slider middle position to 0%?
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.
 

DJPhallus wrote :
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!