How do I change the scroll wheel direction so when I turn my DJ controller scroll wheel clockwise it moves to the next song downwards on the playlist instead of upwards.
Inviato Thu 04 Apr 19 @ 7:46 am
post the script attached to your encoder and I'll show you.
Inviato Thu 04 Apr 19 @ 8:14 am
Which controller is that ?
By default, all browse encoders on our mappers move downwards (next song) when turned clockwise.
If that's not an official supported controller you can try to use param_invert in front of your current script
E.g.: param_invert & browser_scroll
By default, all browse encoders on our mappers move downwards (next song) when turned clockwise.
If that's not an official supported controller you can try to use param_invert in front of your current script
E.g.: param_invert & browser_scroll
Inviato Thu 04 Apr 19 @ 9:10 am
PhantomDeejay wrote :
Which controller is that ?
By default, all browse encoders on our mappers move downwards (next song) when turned clockwise.
If that's not an official supported controller you can try to use param_invert in front of your current script
E.g.: param_invert & browser_scroll
By default, all browse encoders on our mappers move downwards (next song) when turned clockwise.
If that's not an official supported controller you can try to use param_invert in front of your current script
E.g.: param_invert & browser_scroll
Great that worked perfectly!
Inviato Wed 08 May 19 @ 7:00 pm