Ok, Ive kinda figured out how to map but how do i tell VV6 or VDJ6 which deck for what action? e.g. cue_play. How do i write this action? EVen when i select it from the screen it applies to the active deck. I use the nanoPAD black. I would like you guys and gals to give me some examples with the verbs. Not ....._..... U know? Thanks
Posted Thu 10 Sep 09 @ 1:08 pm
deck 1 <action>
deck 2 <action>
deck 2 <action>
Posted Thu 10 Sep 09 @ 4:37 pm
http://www.virtualdj.com/addons/8391/Korg_NanoPad_Mapper.html
You can always take a look at the already made mapper
To learn more about the action scripts take a look here:
http://www.virtualdj.com/wiki/VDJscript.html
Posted Thu 10 Sep 09 @ 5:03 pm
cstoll wrote :
deck 1 <action>
deck 2 <action>
deck 2 <action>
So would it be: deck 1 <cue_play>
Posted Thu 10 Sep 09 @ 5:17 pm
dj-in-norway wrote :
http://www.virtualdj.com/addons/8391/Korg_NanoPad_Mapper.html
You can always take a look at the already made mapper
To learn more about the action scripts take a look here:
http://www.virtualdj.com/wiki/VDJscript.html
http://www.virtualdj.com/addons/8391/Korg_NanoPad_Mapper.html
You can always take a look at the already made mapper
To learn more about the action scripts take a look here:
http://www.virtualdj.com/wiki/VDJscript.html
I have these but i didnt see what i was looking for. I have an idea of how i want it but, i cant figure how to word it. I was messing with it lastnite and the lightbulb came on and went back off shortly after. Any other advice? Thanx D-I-N
Posted Thu 10 Sep 09 @ 5:31 pm
The command syntax is:
deck [1 or 2] verb
If you dont specify deck, it would be active deck yes
so your action could for example then be :
deck 1 play_pause
in the XML mapper it could then be something like this :
<map value="buttonname" action="deck 1 play_pause" />
Or if you do this inside VirtualDJ mapper tab, simply write deck 1 play_pause in the action field, for the button you select at the list

All the theory and into about the verbs (actions) are here:
http://www.virtualdj.com/wiki/VDJscript.html
deck [1 or 2] verb
If you dont specify deck, it would be active deck yes
so your action could for example then be :
deck 1 play_pause
in the XML mapper it could then be something like this :
<map value="buttonname" action="deck 1 play_pause" />
Or if you do this inside VirtualDJ mapper tab, simply write deck 1 play_pause in the action field, for the button you select at the list

All the theory and into about the verbs (actions) are here:
http://www.virtualdj.com/wiki/VDJscript.html
Posted Thu 10 Sep 09 @ 5:44 pm