Go to the documentation of this file.
22 #ifndef __MIDIDevice__
23 #define __MIDIDevice__
122 virtual void Read(
void) throw(
Err) = 0;
124 virtual
void Write(
unsigned char* msg,
int size) throw(Err) = 0;
146 unsigned char chn,
unsigned char firstData,