Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Custom controller on vdj7

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

usverrHome userMember since 2017
Hello. Can anybody help with some trouble with vdj7. I made simple midi keypad. VDJ8 work fine, VDJ7 detect it(in list), but not use. Even the request <init sendsysex="F07E7F0601F7" /> not sending. What could be the problem?
device.xml
<?xml version="1.0" encoding="UTF-8"?>
<device name="Custom" author="user" description="Custom Controller" type="MIDI" vid="0x0483" pid="0x1234" sysexid="F07E??0602??????????????F7" decks="2" >
<init sendsysex="F07E7F0601F7" />
<button note="0x3c" name="PLAY" channel="0" deck="1" />
...
</device>

map.xml
<?xml version="1.0" encoding="UTF-8"?>
<mapper device="Custom" author="user" description="Custom Controller">
<map value="PLAY" action="deck left play_button" />
...
</mapper>
 

geposted Thu 20 Jul 17 @ 7:40 pm
It's not allowed to use the home edition of neither v7 nor v8 with a controller. So it's probably a good idea to make sure you have a licensed version and have it registered on this page before seeking such controller advice
 

geposted Thu 20 Jul 17 @ 9:23 pm
usverrHome userMember since 2017
Without license i have a 10 minutes, this is quite enough for testing.
 

geposted Fri 21 Jul 17 @ 6:40 am
djdadPRO InfinityDevelopment ManagerMember since 2005
Since it works with version 8, why dont you use that instead ?

Can't recall, but i think you dont even get 10 minutes with No License, but here is what you can try..

- remove the description="" from the definition file. Version 7 didnt like that for a reason.
- Make sure the mapping is in /Mappers folder (Version 8 accepts mapping files in /Devices folder as well, but not version 7)
 

geposted Fri 21 Jul 17 @ 1:03 pm
usverrHome userMember since 2017
I solved the problem. if In dev.xml specified midi channel, vdj 7 ignore controller. I dont know why, i use channel 0. Thanks =)
 

geposted Fri 21 Jul 17 @ 6:05 pm


(Alte Themen und Foren werden automatisch geschlossen)