Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Mapping jogSensitivityScratch to a knob or slider?

This topic is old and might contain outdated or incorrect information.



I'm using VDJ8 with today's update 9/12/17 and a Numark Mixtrack 3

I'm trying to map jogSensitivityScratch found in the options menu to a knob . Is it possible?

If there is a way would it also work for rampStartTime, rampStopTime, rampScratchTime also?
I can't seem to find a definition that corresponds to these settings. Have tryed entering as it's written in options. However to no known effect.

Any help would be appreciated. Best wishes.
 

Posted Thu 14 Sep 17 @ 5:45 am
TheIIIZim wrote :

I'm trying to map jogSensitivityScratch found in the options menu to a knob . Is it possible?


Try:
setting 'jogSensitivityScratch'
In my test (on the custom knob) it then adjusts the value between 0 and 1
If you need to go above 1 (I don't know this setting so well, so I'm not sure if it's relevant), you need to add some kind of multiply to it.
That's also doable in a script using param_multiply and/or & param_add

TheIIIZim wrote :
If there is a way would it also work for rampStartTime, rampStopTime, rampScratchTime also?


Same thing is possible:
setting 'rampStartTime'
setting 'rampStopTime'
setting 'rampScratchTime'

If you need it to switch between specific values - like 8 different ones one a pad page - you can also set them directly, like

setting 'rampStartTime' 0
setting 'rampStartTime' 0.5
setting 'rampStartTime' 1
setting rampStartTime 2
... and so on
 

Posted Thu 14 Sep 17 @ 2:23 pm
Will give it a try after work. Thank you
 

Posted Thu 14 Sep 17 @ 4:08 pm


(Old topics and forums are automatically closed)