Hi all :) I want to make my arduino control Virtual Dj 8. I have no idea how to do this and i wish you can tell me :) Cheers
Posted Sat 19 Sep 15 @ 2:59 pm
Since VDJ can use MIDI controllers, the easiest is probably to send midi data using the arduino to the pc.
Some possible solutions are described here:
http://stackoverflow.com/questions/1592082/sending-midi-up-the-usb-using-arduino
Note that using MIDI in vdj does require a pro license though.
Alternatively, you could write a plugin that communicates with your arduino through serial communication.
Some possible solutions are described here:
http://stackoverflow.com/questions/1592082/sending-midi-up-the-usb-using-arduino
Note that using MIDI in vdj does require a pro license though.
Alternatively, you could write a plugin that communicates with your arduino through serial communication.
Posted Sat 19 Sep 15 @ 3:19 pm
have a look at unojoy project if you fancy HID.
Posted Sun 20 Sep 15 @ 9:58 am
I'm a big fan of the teensy myself :)
Posted Mon 21 Sep 15 @ 12:25 pm
The Teensy certainly has it's merits, especially since it has a 64B HID joystick library already built in, search for the many axis joystick.
Posted Mon 21 Sep 15 @ 12:47 pm