launchpad mapping virtual dj 7 pro

Home :: Post and find Controller Mappings :: launchpad mapping virtual dj 7 proReply
launchpad mapping virtual dj 7 pro
Posted on: 23.10.2011 by Willette Nestingen
i need the mapping for virtual dj 7 of the novation launchpad please any help??
Kerrie Pier
17.02.2012
Originally Posted by Brianm45
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!

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.
Deedee Kosa
04.11.2011
Originally Posted by Brianm45
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.... thanks anyways tho.....i believe they've just lost a customer....
Same here, and i too was trying to get the launchpad mapping for virtual dj
Chasidy Heckenbach
03.11.2011
Originally Posted by dj ilay
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 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 believe vdj uses some xml format for it's mappings as one post for a vci-100 mapping has stuff like this in:

Code:
<map value="PLAY" action="play_pause"/>
<map value="LED_PLAY" action="play"/>
so i presume you'll have stuff like <map value="buttonname" action="action"/> in your launchpad mapping and need to add stuff like <map value="LED_buttonname" action="action"/> to get feedback working
Willette Nestingen
03.11.2011
Originally Posted by Brianm45
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
Chasidy Heckenbach
23.10.2011
Originally Posted by dj ilay
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.
Willette Nestingen
23.10.2011
i need the mapping for virtual dj 7 of the novation launchpad please any help??
Kiersten Tommer
17.02.2012
^ a table of these colour values and other really helpful info is in the manual for the launchpad
Jonathan Chiuchiolo
17.02.2012
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"?>
<device author="synthet1c" decks="
X" name="launchpad" sysexid="XXXXX" type="MIDI" >
<button note="0x00" name="button 1" />
<led note="0x00" value="0x1C" name="green led button 1" />
<led note="0x00" value="0x0F" name="red led button 1" />
<led note="0x00" value="0x3F" name="yellow led button 1" />
</device>
Kiersten Tommer
17.02.2012
http://community .djranking s.com/showthread.php?t=44387
Kerrie Pier
17.02.2012
Originally Posted by Brianm45
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!

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.
Deedee Kosa
04.11.2011
Originally Posted by Brianm45
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.... thanks anyways tho.....i believe they've just lost a customer....
Same here, and i too was trying to get the launchpad mapping for virtual dj
Chasidy Heckenbach
03.11.2011
Originally Posted by dj ilay
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 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 believe vdj uses some xml format for it's mappings as one post for a vci-100 mapping has stuff like this in:

Code:
<map value="PLAY" action="play_pause"/>
<map value="LED_PLAY" action="play"/>
so i presume you'll have stuff like <map value="buttonname" action="action"/> in your launchpad mapping and need to add stuff like <map value="LED_buttonname" action="action"/> to get feedback working
Willette Nestingen
03.11.2011
Originally Posted by Brianm45
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
Jamaal Strosahl
02.11.2011
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!
Kesha Pietrak
02.11.2011
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
Jamaal Strosahl
02.11.2011
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.... thanks anyways tho.....i believe they've just lost a customer....
Kesha Pietrak
02.11.2011
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
Jamaal Strosahl
02.11.2011
Any luck wit that mapping dj ilay??been trying to get my hands on one for the last few days...
Veda Zarella
26.10.2011
You probably need to create an account on the VDJ community s. Then you'll be able to download it I believe.
Willette Nestingen
26.10.2011
any help?
Willette Nestingen
23.10.2011
the thing is i can't download it :s that's why i need help.
Chasidy Heckenbach
23.10.2011
Originally Posted by dj ilay
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.

<< Back to Post and find Controller MappingsReply

Copyright 2012-2023
DJRANKINGS.ORG n.g.o.
Chuo-ku, Osaka, Japan

Created by Ajaxel CMS

Terms & Privacy