Hello! I have a DIY Midi Controller on arduino. How to do to virtual dj works with that midi controller?
Posté Thu 09 Feb 17 @ 9:57 am
If your homebrew hardware has LEDs or any other vdj output to it you need to write a definition file and mapper, see the wiki controller developers, if it just sends information to vdj then a simple midi wrapper will do the job.
Although with the arduino you can create a HID device, some have the lib built in, others like the uno you need to flash the firmware, see the unojoy project, google.
Although with the arduino you can create a HID device, some have the lib built in, others like the uno you need to flash the firmware, see the unojoy project, google.
Posté Thu 09 Feb 17 @ 11:12 am