Hey programmers… I've been searching around on the net for how to interface with MIDI files/MIDI devices in the C# language. The language itself has basic operations, but they don't seem to be of much use unless you reaaaaally know what you're doing… which, in the case of MIDI, I don't (maybe Chelsea can help out there with how the file type works). So I've more been looking for community solutions to use. Here's one that I'm investigating…
http://www.codeproject.com/cs/media/MIDIToolkit.asp#StateMachineToolkit
It seems to offer what we need, though I'm not sure if it will allow keyboard midi input… in fact midi input in general is still a mystery to me. Another one with less documentation:
Seems more basic, but as I said, not too much doc. I'll ask the creators if they mind our using their work soon if one of these shows promise, or hey maybe we'll use something else entirely, or just use built in c#… tell me what you think.





