Ingreso rápido:  

Forum: VirtualDJ Technical Support

Tema: Mapping jogSensitivityScratch to a knob or slider?

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.



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.
 

Mensajes 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
 

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

Mensajes Thu 14 Sep 17 @ 4:08 pm


(Los tópicos y foros antiguos son automáticamente cerrados)