24 #include "rtmidiinput.h"
29 class MIDIParser :
public QObject
33 explicit MIDIParser(MIDIInput *in = 0,
QObject *parent = 0);
34 virtual ~MIDIParser();
35 void setMIDIThruDevice(MIDIOutput* device);
38 void parse(
unsigned char byte);
39 void parse(QByteArray bytes);
42 class MIDIParserPrivate;
48 #endif // MIDIPARSER_H
The QObject class is the base class of all Qt objects.