launchpad mapping virtual dj 7 pro

launchpad mapping virtual dj 7 pro

i need the mapping for virtual dj 7 of the novation launchpad please any help??

there’s a mapping here http://www.virtualdj.com/addons/12298/Launchpad.html

i don’t own virtual dj so i don’t have access to download it tho.

:s

the thing is i can’t download it :s that’s why i need help.

any help?

You probably need to create an account on the VDJ forums. Then you’ll be able to download it I think.

Launchpad Mapping

Any luck wit that mapping dj ilay??been trying to get my hands on one for the last few days… :disappointed:

if you bought virtual dj and you have an account and have then youll be able to download it…maybe you need to register your virtual dj on the site or something? i dont have virtual dj so thats all the advice I can give you

being told that i dont have the licensing! paid in full for it and they are throwing it in my face…they want a 50dollar bill for a new serial…already paid thru the teeth for an average product… if they cant even get this much right i aint handing over more moneys… :rage: thanks anyways tho…i think they’ve just lost a customer…

you sure they didnt perhaps email it to you?

and virtual dj isnt all that great, as for software for djing traktor and serato are probably the best and between those its just personal preference of which one you like better

ya they definitely didnt email me.. according to them i shouldn’t even have control over a controller if i didnt purchase it, but i am using the launchpad as we speak! So not even sure where their argument lies…they weren’t very helpful at all… thank you for ur reply anyways and if anyone else out there has mapped Virtual DJ with Novation Launchpad please reply here.. thank you again!

i mapped the launchpad with the simple midi wrapper of th vdj7 but i can’t get the led to work :s the led is the coolest part. :s

indeed it is :wink: u need to somehow get vdj to send midi back to the launchpad to make any of it’s led’s do anything.

did a quick search here and i think vdj uses some xml format for it’s mappings as one post for a vci-100 mapping has stuff like this in:

<map value="PLAY" action="play_pause"/>
<map value="LED_PLAY" action="play"/>

so i presume you’ll have stuff like in your launchpad mapping and need to add stuff like to get feedback working

Same here, and i too was trying to get the launchpad mapping for virtual dj :disappointed:

Can you please share how you were able to get it to work with the virtual dj?

I came across the link for launchpad definitions for programming (www.novationmusic.com/download/668/)
and it seems like it would be useful for making an XML definitions file.
I don’t mind altering or even creating the mappings file but can’t seem to make an adequate definition file, never made one from scratch before.
I too don’t have the online account, and feel the “pro” online license price is unwarranted. Any advice would be greatly appreciated.

defining in vdj is best done using the hexidecimal midi messages as atomix have provided miditrace that displays that information to help with creating definition files.

but the way the launchpad works is it has the led note on messages the same as the button note, but to make it change colour vdj sends a cc value as well. the way it works is

green = 0x1C
red = 0x0F
yellow = 0x3F

for an example of the top left button on the launchpad, it’s midi note in hex is 0x00, so to define it you need to use

<?xml version="1.0" encoding="UTF-8"?>

^ a table of these colour values and other really helpful info is in the manual for the launchpad