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