|
RADLib
RADical C++ application framework
|
One decoded real-time MIDI message read from an input device. More...
#include <RADMedia.h>
Public Attributes | |
| MidiMessageType | type = MidiMessageType::Other |
| Decoded message type. More... | |
| uint8_t | channel = 0 |
| MIDI channel, 0-15 for channel messages. More... | |
| uint8_t | data1 = 0 |
| First data byte, commonly note/controller/program. More... | |
| uint8_t | data2 = 0 |
| Second data byte, commonly velocity/controller value. More... | |
| uint8_t | status = 0 |
| Raw status byte. More... | |
One decoded real-time MIDI message read from an input device.
| uint8_t RADMedia::MidiMessage::channel = 0 |
MIDI channel, 0-15 for channel messages.
| uint8_t RADMedia::MidiMessage::data1 = 0 |
First data byte, commonly note/controller/program.
| uint8_t RADMedia::MidiMessage::data2 = 0 |
Second data byte, commonly velocity/controller value.
| uint8_t RADMedia::MidiMessage::status = 0 |
Raw status byte.
| MidiMessageType RADMedia::MidiMessage::type = MidiMessageType::Other |
Decoded message type.