I have a MIDI to USB cable which installed a USB driver on my computer. The driver appears under the sound drivers category.
How is it possible to communicate with the driver and get all the available functions? Is there certain libraries for this?
PS: this is a stackoverflow question because I want to develop a program that will communicate with that driver!
If you’re programming in C you could probably just use this API to communicate with your MIDI device: http://msdn.microsoft.com/en-us/library/ms712058.aspx
edit: after spending a few seconds on Google (did you tried that at all??): http://docs.oracle.com/javase/6/docs/api/javax/sound/midi/package-summary.html