PortMidi 2.2.x
|
Data Fields | |
int | structVersion |
this internal structure version | |
const char * | interf |
underlying MIDI API, e.g. | |
const char * | name |
device name, e.g. | |
int | input |
true iff input is available | |
int | output |
true iff output is available | |
int | opened |
used by generic PortMidi code to do error checking on arguments | |
Definition at line 206 of file portmidi.h.
int PmDeviceInfo::input |
true iff input is available
Definition at line 210 of file portmidi.h.
const char* PmDeviceInfo::interf |
const char* PmDeviceInfo::name |
int PmDeviceInfo::opened |
used by generic PortMidi code to do error checking on arguments
Definition at line 212 of file portmidi.h.
int PmDeviceInfo::output |
true iff output is available
Definition at line 211 of file portmidi.h.
int PmDeviceInfo::structVersion |
this internal structure version
Definition at line 207 of file portmidi.h.