Introduction - If you have any usage issues, please Google them yourself
Using the Windows low-level MIDI API is not necessarily easy. There are a lot of details to keep track of, and it can get a bit frustrating when you are trying to write a MIDI application. The goal of my small wrapper library is to elevate some of the grunt work that goes into using the Windows low-level MIDI API by encapsulating the functions into C++ classes. With these classes, most of the dirty work is handled behind the scenes. This leaves you free to concentrate on more important matters.
Packet : 83390092midiwrapper_src.zip filelist
MIDIWrapper Source/LongMsg.cpp
MIDIWrapper Source/LongMsg.h
MIDIWrapper Source/midi.h
MIDIWrapper Source/MIDIInDevice.cpp
MIDIWrapper Source/MIDIInDevice.h
MIDIWrapper Source/MIDIMsg.h
MIDIWrapper Source/MIDIOutDevice.cpp
MIDIWrapper Source/MIDIOutDevice.h
MIDIWrapper Source/ShortMsg.cpp
MIDIWrapper Source/ShortMsg.h
MIDIWrapper Source/StdAfx.cpp
MIDIWrapper Source/StdAfx.h