PortMidi is another open source cross-platform MIDI I/O library worth checking out. On the other hand, if you are working on a sysex type of app, then direct Win32 works easily enough.
Doar am dat peste un alt framework open-source, care include suport MIDI: Juce .
De asemenea, trebuie să remarcăm că nu există nimic special în legătură cu un dispozitiv MIDI conectat prin USB. Acesta va fi în continuare prezentat ca un dispozitiv MIDI în Windows și veți utiliza standard MIDI API (mmsystem) pentru a comunica cu acesta.
[Iulie 2014] Tocmai am dat peste RtMidi care pare a fi un frumos, compacte, open-source c ++ cu bibliotecă cross-platform.