20 #include "dummyoutput.h" 25 void DummyOutput::initialize(QSettings* settings)
30 QString DummyOutput::backendName()
32 return QLatin1String(
"DUMMY");
35 QString DummyOutput::publicName()
40 void DummyOutput::setPublicName(QString name)
45 QStringList DummyOutput::connections(
bool advanced)
51 void DummyOutput::setExcludedConnections(QStringList conns)
56 void DummyOutput::open(QString name)
61 void DummyOutput::close()
65 QString DummyOutput::currentConnection()
70 void DummyOutput::sendNoteOff(
int chan,
int note,
int vel)
77 void DummyOutput::sendNoteOn(
int chan,
int note,
int vel)
84 void DummyOutput::sendKeyPressure(
int chan,
int note,
int value)
91 void DummyOutput::sendController(
int chan,
int control,
int value)
98 void DummyOutput::sendProgram(
int chan,
int program)
104 void DummyOutput::sendChannelPressure(
int chan,
int value)
110 void DummyOutput::sendPitchBend(
int chan,
int value)
116 void DummyOutput::sendSysex(const QByteArray &data)
121 void DummyOutput::sendSystemMsg(
const int status)