Go to the documentation of this file.
22 #ifndef __MIDIOUTCONTROL__
23 #define __MIDIOUTCONTROL__
40 unsigned char mUniqId;
43 unsigned char* mMessage;
44 unsigned char mStatusByte;
47 unsigned char* mReceivedUniqId;
50 unsigned char* mControlIdToMsgByteId;
53 unsigned char mMessageSize;
60 unsigned char mControlledBytes;
61 unsigned char mControlsReceived;
63 void InitMembers(
void);
65 void Handle(
unsigned char* msg,
int size);
81 #endif // MIDIOutControl.hxx