I am trying to do some custom mapping on my Vci300 controller, I want to use the pitch sliders to control the volumes on decks 3 & 4
I mapper it as -pitch deck 3 level the problem is the left and right pitch slider control deck 3 how do I separate them so the left pitch control works deck 3 right pitch control works deck 4
Thanks
Johnny
I mapper it as -pitch deck 3 level the problem is the left and right pitch slider control deck 3 how do I separate them so the left pitch control works deck 3 right pitch control works deck 4
Thanks
Johnny
Inviato Sun 24 Aug 14 @ 2:14 pm
Try
device_side 'left' ? deck 3 level : deck 4 level
device_side 'left' ? deck 3 level : deck 4 level
Inviato Mon 25 Aug 14 @ 6:30 am
Thank you Pach, sometimes the vdj script is like learning a third language !
Inviato Mon 25 Aug 14 @ 6:46 am





