MIDI_EVENTS
Module: LIBDAISY / HUMAN_INTERFACE / MIDI
Classes
Types
Types Documentation
enum MidiMessageType
Enumerator |
Value |
Description |
NoteOff |
|
& |
NoteOn |
|
& |
PolyphonicKeyPressure |
|
& |
ControlChange |
|
& |
ProgramChange |
|
& |
ChannelPressure |
|
& |
PitchBend |
|
& |
SystemCommon |
|
& |
SystemRealTime |
|
& |
ChannelMode |
|
& |
MessageLast |
|
& |
Parsed from the Status Byte, these are the common Midi Messages that can be handled.
At this time only 3-byte messages are correctly parsed into MidiEvents.
enum SystemCommonType
Enumerator |
Value |
Description |
SystemExclusive |
|
& |
MTCQuarterFrame |
|
& |
SongPositionPointer |
|
& |
SongSelect |
|
& |
SCUndefined0 |
|
& |
SCUndefined1 |
|
& |
TuneRequest |
|
& |
SysExEnd |
|
& |
SystemCommonLast |
|
& |
enum SystemRealTimeType
Enumerator |
Value |
Description |
TimingClock |
|
& |
SRTUndefined0 |
|
& |
Start |
|
& |
Continue |
|
& |
Stop |
|
& |
SRTUndefined1 |
|
& |
ActiveSensing |
|
& |
Reset |
|
& |
SystemRealTimeLast |
|
& |
enum ChannelModeType
Enumerator |
Value |
Description |
AllSoundOff |
|
& |
ResetAllControllers |
|
& |
LocalControl |
|
& |
AllNotesOff |
|
& |
OmniModeOff |
|
& |
OmniModeOn |
|
& |
MonoModeOn |
|
& |
PolyModeOn |
|
& |
ChannelModeLast |
|
& |
Updated on 2024-01-03 at 19:41:01 +0000