jpboggis wrote :
Simply change the jogwheel mapping as follows:
var 'shift' ? adjust_cbg : jogwheel
...Or for a touch sensitive jogwheel:
var 'shift' ? hold off & adjust_cbg : touchwheel
(Assuming that your controller has a SHIFT button mapped - Otherwise map a button you wish to use to the following: set 'shift' 1 while_pressed )
For basic mapping instructions, please see http://www.virtualdj.com/homepage/jpboggis/blogs/4149/VDJscript_Mapping.html
var 'shift' ? adjust_cbg : jogwheel
...Or for a touch sensitive jogwheel:
var 'shift' ? hold off & adjust_cbg : touchwheel
(Assuming that your controller has a SHIFT button mapped - Otherwise map a button you wish to use to the following: set 'shift' 1 while_pressed )
For basic mapping instructions, please see http://www.virtualdj.com/homepage/jpboggis/blogs/4149/VDJscript_Mapping.html
could this be possible to pres shift and spin the jog wheel to search thru the track really fast ?
Posted Sun 10 Nov 13 @ 5:31 pm
var '$shift' ? param_smaller 0% ? goto -1 : goto +1 : touchwheel
Posted Mon 11 Nov 13 @ 9:10 am