![]() |
drumstick 2.10.0
C++ MIDI libraries using Qt objects, idioms, and style.
|
This is the complete list of members for MIDIOutput, including all inherited members.
| backendName()=0 | MIDIOutput | pure virtual |
| close()=0 | MIDIOutput | pure virtual |
| connections(bool advanced=false)=0 | MIDIOutput | pure virtual |
| currentConnection()=0 | MIDIOutput | pure virtual |
| initialize(QSettings *settings)=0 | MIDIOutput | pure virtual |
| MIDIOutput(QObject *parent=nullptr) | MIDIOutput | inlineexplicit |
| open(const MIDIConnection &conn)=0 | MIDIOutput | pure virtual |
| publicName()=0 | MIDIOutput | pure virtual |
| sendChannelPressure(int chan, int value)=0 | MIDIOutput | pure virtualslot |
| sendController(int chan, int control, int value)=0 | MIDIOutput | pure virtualslot |
| sendKeyPressure(int chan, int note, int value)=0 | MIDIOutput | pure virtualslot |
| sendNoteOff(int chan, int note, int vel)=0 | MIDIOutput | pure virtualslot |
| sendNoteOn(int chan, int note, int vel)=0 | MIDIOutput | pure virtualslot |
| sendPitchBend(int chan, int value)=0 | MIDIOutput | pure virtualslot |
| sendProgram(int chan, int program)=0 | MIDIOutput | pure virtualslot |
| sendSysex(const QByteArray &data)=0 | MIDIOutput | pure virtualslot |
| sendSystemMsg(const int status)=0 | MIDIOutput | pure virtualslot |
| setExcludedConnections(QStringList conns)=0 | MIDIOutput | pure virtual |
| setPublicName(QString name)=0 | MIDIOutput | pure virtual |
| ~MIDIOutput()=default | MIDIOutput | virtual |