MIDI IN interface.
More...
#include <rtmidiinput.h>
|
| void | midiNoteOff (const int chan, const int note, const int vel) |
| | midiNoteOff 0x8 More...
|
| |
| void | midiNoteOn (const int chan, const int note, const int vel) |
| | midiNoteOn 0x9 More...
|
| |
| void | midiKeyPressure (const int chan, const int note, const int value) |
| | midiKeyPressure 0xA More...
|
| |
| void | midiController (const int chan, const int control, const int value) |
| | midiController 0xB More...
|
| |
| void | midiProgram (const int chan, const int program) |
| | midiProgram 0xC More...
|
| |
| void | midiChannelPressure (const int chan, const int value) |
| | midiChannelPressure 0xD More...
|
| |
| void | midiPitchBend (const int chan, const int value) |
| | midiPitchBend 0xE More...
|
| |
| void | midiSysex (const QByteArray &data) |
| | midiSysex More...
|
| |
| void | midiSystemCommon (const int status) |
| | midiSystemCommon More...
|
| |
| void | midiSystemRealtime (const int status) |
| | midiSystemRealtime More...
|
| |
MIDI IN interface.
- Examples:
- vpiano.cpp.
Definition at line 37 of file rtmidiinput.h.
◆ MIDIInput()
◆ backendName()
| virtual QString backendName |
( |
| ) |
|
|
pure virtual |
◆ connections()
| virtual QStringList connections |
( |
bool |
advanced = false | ) |
|
|
pure virtual |
◆ currentConnection()
| virtual QString currentConnection |
( |
| ) |
|
|
pure virtual |
◆ enableMIDIThru()
| virtual void enableMIDIThru |
( |
bool |
enable | ) |
|
|
pure virtual |
◆ initialize()
| virtual void initialize |
( |
QSettings * |
settings | ) |
|
|
pure virtual |
◆ isEnabledMIDIThru()
| virtual bool isEnabledMIDIThru |
( |
| ) |
|
|
pure virtual |
◆ midiChannelPressure
| void midiChannelPressure |
( |
const int |
chan, |
|
|
const int |
value |
|
) |
| |
|
signal |
◆ midiController
| void midiController |
( |
const int |
chan, |
|
|
const int |
control, |
|
|
const int |
value |
|
) |
| |
|
signal |
◆ midiKeyPressure
| void midiKeyPressure |
( |
const int |
chan, |
|
|
const int |
note, |
|
|
const int |
value |
|
) |
| |
|
signal |
◆ midiNoteOff
| void midiNoteOff |
( |
const int |
chan, |
|
|
const int |
note, |
|
|
const int |
vel |
|
) |
| |
|
signal |
◆ midiNoteOn
| void midiNoteOn |
( |
const int |
chan, |
|
|
const int |
note, |
|
|
const int |
vel |
|
) |
| |
|
signal |
◆ midiPitchBend
| void midiPitchBend |
( |
const int |
chan, |
|
|
const int |
value |
|
) |
| |
|
signal |
◆ midiProgram
| void midiProgram |
( |
const int |
chan, |
|
|
const int |
program |
|
) |
| |
|
signal |
◆ midiSysex
| void midiSysex |
( |
const QByteArray & |
data | ) |
|
|
signal |
◆ midiSystemCommon
| void midiSystemCommon |
( |
const int |
status | ) |
|
|
signal |
◆ midiSystemRealtime
| void midiSystemRealtime |
( |
const int |
status | ) |
|
|
signal |
◆ open()
| virtual void open |
( |
QString |
name | ) |
|
|
pure virtual |
◆ publicName()
| virtual QString publicName |
( |
| ) |
|
|
pure virtual |
◆ setExcludedConnections()
| virtual void setExcludedConnections |
( |
QStringList |
conns | ) |
|
|
pure virtual |
◆ setMIDIThruDevice()
| virtual void setMIDIThruDevice |
( |
MIDIOutput * |
device | ) |
|
|
pure virtual |
◆ setPublicName()
| virtual void setPublicName |
( |
QString |
name | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: