快速登录:  

Forum: VirtualDJ Technical Support

话题: Mapping jogSensitivityScratch to a knob or slider?

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。



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.
 

发表时间 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
 

发表时间 Thu 14 Sep 17 @ 2:23 pm
Will give it a try after work. Thank you
 

发表时间 Thu 14 Sep 17 @ 4:08 pm


(陈旧帖子或论坛版块会自动关闭)