Go to the documentation of this file.
24 #include <QStringList>
91 virtual void open(QString name) = 0;
124 void midiNoteOff(
const int chan,
const int note,
const int vel);
132 void midiNoteOn(
const int chan,
const int note,
const int vel);
148 void midiController(
const int chan,
const int control,
const int value);
155 void midiProgram(
const int chan,
const int program);
195 #endif // MIDIINPUT_H