|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
MIDI message structure. More...
#include <InputBinding.hpp>
Collaboration diagram for MayaFlux::Core::InputValue::MIDIMessage:Public Member Functions | |
| uint8_t | channel () const |
| uint8_t | type () const |
Public Attributes | |
| uint8_t | status |
| Status byte (channel + message type) | |
| uint8_t | data1 |
| First data byte. | |
| uint8_t | data2 |
| Second data byte (may be unused) | |
MIDI message structure.
Definition at line 221 of file InputBinding.hpp.