快速登录:  

Forum: Old versions

话题: Basic VDJscript List?

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

A.eXe 1PRO InfinityMember since 2011
I'm having the same problem as I've read in many other posts "I've read the manual, the wikis, and the forums. I've been going at it for a couple of weeks now putting in countless hours and I can't seem to get anywhere with it lol. I just cant understand writing scripts."

Are there lists for custom mapping with descriptions on what the commands do? Although mentioned in numerous posts "http://www.virtualdj.com/wiki/VDJscript_verbs.html" & "http://www.virtualdj.com/wiki/VDJscript.html" helped to a point but get lost with novice to advanced vdjscript writing. Even some basic mapping has me stumped.... I use a Numark Mixtrack Pro and would like to ONLY apply beatlock to deck 1 when crossfader is 100% then turn off when crossfader is switched to 0% and ONLY apply beatlock to deck 2 when crossfader is 0% and turn off when crossfader is switched to 100%. Please help the NOOB!!
 

发表时间 Thu 26 Jan 12 @ 6:11 pm
you need pro or activate the trial to be able to map your controller...

what you need to use to achieve that is "param_xxxxx" when it says "param" it's referring to a cc value of a knob or slider, so in your case you want to make something happen at a specific cc value so you would use "param_equal 0%" & "param_equal 100%". then at those values you want to turn on and off beatlock also because you are using the crossfader to map you need to make deck designations, finally to turn things on you use the number "1", to turn things off you use the number "0".

all together it is

crossfader & param_equal 0% ? deck left beatlock 0 & deck right beatlock 1 : param_equal 100% ? deck left beatlock 1 & deck right beatlock 0

I tried it though I don't really like the way it works, but you might

 

发表时间 Thu 26 Jan 12 @ 6:48 pm


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