Hi team,
how can I speed up the searchspeed of the jogwheel from my Console (DDJ-S1) when spinning the jog around?
how can I speed up the searchspeed of the jogwheel from my Console (DDJ-S1) when spinning the jog around?
Posted Fri 09 Sep 11 @ 8:22 am
Found it - sorry, I was blind....
Posted Fri 09 Sep 11 @ 8:50 am
couldn't see what activates 'jog_mode "search"' in cstoll's mapper, but to change the sensitivity you need to remap the button to activate and the search function, the jog and the touch platter.
You also need to decide if you want the track to search smoothly, or on beat... use "goto +4" for on beat and something like "song_pos +0.05%" for a smooth search that doesn't move on beat
button (guessing it is the pitch bend button like the cdj 400)
set "search" while_pressed & pitch_bend +0.05 500ms
jogwheel
var "search" ? param_greater 0% ? goto +4 : goto -4 : touchwheel
touch platter
var "search" ? nothing : touchwheel_touch
You also need to decide if you want the track to search smoothly, or on beat... use "goto +4" for on beat and something like "song_pos +0.05%" for a smooth search that doesn't move on beat
button (guessing it is the pitch bend button like the cdj 400)
set "search" while_pressed & pitch_bend +0.05 500ms
jogwheel
var "search" ? param_greater 0% ? goto +4 : goto -4 : touchwheel
touch platter
var "search" ? nothing : touchwheel_touch
Posted Fri 09 Sep 11 @ 8:58 am
No, do not remap anything ....
As, you already posted ...
As, you already posted ...
Housefroind wrote :
Found it - sorry, I was blind....
Posted Fri 09 Sep 11 @ 11:36 am