How should my program collect MIDI messages?
October 13, 2007 6:11 PM
Subscribe
Where can I find enough info on Windows' MIDI API to start using it?
I have a Behringer controller with a "USB MIDI" interface (a USB cable goes straight from the box to the computer). I want to catch the messages sent from this unit in a Matlab program. There should be built-in support for this in Windows, but I don't find much documentation about it. Can someone please explain to me what DLL or ActiveX element to load, how to create a session, what functions to call and all the other details needed to see some MIDI messages on the screen?
posted by springload to computers & internet (8 comments total)
2 users marked this as a favorite
I don't know how easy that will be to interface with Matlab, though; does it even support event-driven programming?
posted by teraflop at 6:38 PM on October 13, 2007