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 55 of file rtmidiinput.h.
◆ MIDIInput()
◆ backendName()
virtual QString backendName |
( |
| ) |
|
|
pure virtual |
◆ connections()
connections
- Parameters
-
advanced | whether the advanced connections are included or not |
- Returns
- list of available MIDI ports
◆ currentConnection()
currentConnection
- Returns
- name of the current connection if it is opened
◆ enableMIDIThru()
virtual void enableMIDIThru |
( |
bool |
enable | ) |
|
|
pure virtual |
enableMIDIThru
- Parameters
-
◆ initialize()
virtual void initialize |
( |
QSettings * |
settings | ) |
|
|
pure virtual |
◆ isEnabledMIDIThru()
virtual bool isEnabledMIDIThru |
( |
| ) |
|
|
pure virtual |
isEnabledMIDIThru
- Returns
- MIDI Thru is enabled
◆ midiChannelPressure
void midiChannelPressure |
( |
const int |
chan, |
|
|
const int |
value |
|
) |
| |
|
signal |
midiChannelPressure 0xD
- Parameters
-
◆ midiController
void midiController |
( |
const int |
chan, |
|
|
const int |
control, |
|
|
const int |
value |
|
) |
| |
|
signal |
midiController 0xB
- Parameters
-
◆ midiKeyPressure
void midiKeyPressure |
( |
const int |
chan, |
|
|
const int |
note, |
|
|
const int |
value |
|
) |
| |
|
signal |
midiKeyPressure 0xA
- Parameters
-
◆ midiNoteOff
void midiNoteOff |
( |
const int |
chan, |
|
|
const int |
note, |
|
|
const int |
vel |
|
) |
| |
|
signal |
midiNoteOff 0x8
- Parameters
-
◆ midiNoteOn
void midiNoteOn |
( |
const int |
chan, |
|
|
const int |
note, |
|
|
const int |
vel |
|
) |
| |
|
signal |
midiNoteOn 0x9
- Parameters
-
◆ midiPitchBend
void midiPitchBend |
( |
const int |
chan, |
|
|
const int |
value |
|
) |
| |
|
signal |
midiPitchBend 0xE
- Parameters
-
◆ midiProgram
void midiProgram |
( |
const int |
chan, |
|
|
const int |
program |
|
) |
| |
|
signal |
midiProgram 0xC
- Parameters
-
◆ midiSysex
void midiSysex |
( |
const QByteArray & |
data | ) |
|
|
signal |
◆ midiSystemCommon
void midiSystemCommon |
( |
const int |
status | ) |
|
|
signal |
midiSystemCommon
- Parameters
-
◆ midiSystemRealtime
void midiSystemRealtime |
( |
const int |
status | ) |
|
|
signal |
midiSystemRealtime
- Parameters
-
◆ open()
open the MIDI port by name
- Parameters
-
◆ publicName()
virtual QString publicName |
( |
| ) |
|
|
pure virtual |
publicName
- Returns
- MIDI port name
◆ setExcludedConnections()
virtual void setExcludedConnections |
( |
QStringList |
conns | ) |
|
|
pure virtual |
◆ setMIDIThruDevice()
virtual void setMIDIThruDevice |
( |
MIDIOutput * |
device | ) |
|
|
pure virtual |
setMIDIThruDevice
- Parameters
-
◆ setPublicName()
virtual void setPublicName |
( |
QString |
name | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: