drumstick 2.9.0
C++ MIDI libraries using Qt objects, idioms, and style.
|
This is the complete list of members for MIDIInput, including all inherited members.
backendName()=0 | MIDIInput | pure virtual |
close()=0 | MIDIInput | pure virtual |
connections(bool advanced=false)=0 | MIDIInput | pure virtual |
currentConnection()=0 | MIDIInput | pure virtual |
enableMIDIThru(bool enable)=0 | MIDIInput | pure virtual |
initialize(QSettings *settings)=0 | MIDIInput | pure virtual |
isEnabledMIDIThru()=0 | MIDIInput | pure virtual |
midiChannelPressure(const int chan, const int value) | MIDIInput | signal |
midiController(const int chan, const int control, const int value) | MIDIInput | signal |
MIDIInput(QObject *parent=nullptr) | MIDIInput | inlineexplicit |
midiKeyPressure(const int chan, const int note, const int value) | MIDIInput | signal |
midiNoteOff(const int chan, const int note, const int vel) | MIDIInput | signal |
midiNoteOn(const int chan, const int note, const int vel) | MIDIInput | signal |
midiPitchBend(const int chan, const int value) | MIDIInput | signal |
midiProgram(const int chan, const int program) | MIDIInput | signal |
midiSysex(const QByteArray &data) | MIDIInput | signal |
midiSystemCommon(const int status) | MIDIInput | signal |
midiSystemRealtime(const int status) | MIDIInput | signal |
open(const MIDIConnection &conn)=0 | MIDIInput | pure virtual |
publicName()=0 | MIDIInput | pure virtual |
setExcludedConnections(QStringList conns)=0 | MIDIInput | pure virtual |
setMIDIThruDevice(MIDIOutput *device)=0 | MIDIInput | pure virtual |
setPublicName(QString name)=0 | MIDIInput | pure virtual |
~MIDIInput()=default | MIDIInput | virtual |