this would work on things like the hercules series prior to the 4mix, xone dx, numark omni etc...this isn't perfect as I found on my idj that you need to pull back a little further than normal to catch the same sound, because the track will play when pushing the jog forward, but it will scratch on point backwards and it's a hell of a lot more responsive than the standard "jogwheel" mapping. This just popped into my head, but it's of no use to me so thought I should share it...
button to change modes between jog and scratch
toggle 'scratchy_mode' & var 'scratchy_mode" 1 ? vinyl_mode 1 : vinyl_mode 0
led for the button
var 'scratchy_mode" 1 ? on : off
stick this on your jogwheels
var 'scratchy_mode" 1 ? param_smaller 0% ? touchwheel_touch 1 ? touchwheel : touchwheel_touch 1 : touchwheel_touch 0 & touchwheel : jogwheel
if that doesn't work change 0% to 50%
enjoy...
button to change modes between jog and scratch
toggle 'scratchy_mode' & var 'scratchy_mode" 1 ? vinyl_mode 1 : vinyl_mode 0
led for the button
var 'scratchy_mode" 1 ? on : off
stick this on your jogwheels
var 'scratchy_mode" 1 ? param_smaller 0% ? touchwheel_touch 1 ? touchwheel : touchwheel_touch 1 : touchwheel_touch 0 & touchwheel : jogwheel
if that doesn't work change 0% to 50%
enjoy...
Posted Fri 03 Feb 12 @ 2:46 am