13 #ifndef __MIDI_DEVICE_H__6EE03181_DEEC_4771_A660_1597700B5773__
14 #define __MIDI_DEVICE_H__6EE03181_DEEC_4771_A660_1597700B5773__
33 typedef std::vector<std::string> StringList;
43 #endif // __MIDI_DEVICE_H__6EE03181_DEEC_4771_A660_1597700B5773__
unsigned int GetMidiInPortCount()
Returns the number of Input Midi Ports.
StringList GetMidiInPortNames()
Returns the names of all Midi Input Ports available.
std::string GetMidiOutPortName(unsigned int nPortIndex)
Returns the name of the given Midi Output Port.
StringList GetMidiOutPortNames()
Returns the names of all Midi Output Ports available.
std::string GetMidiInPortName(unsigned int nPortIndex)
Returns the name of the given Midi Input Port.
unsigned int GetMidiOutPortCount()
Returns the number of Output Midi Ports.