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!!
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!!
geposted 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
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
geposted Thu 26 Jan 12 @ 6:48 pm