#include <MIDI_Parsers/MIDI_MessageTypes.hpp>
|
| SysExMessage () |
| Constructor.
|
|
| SysExMessage (const uint8_t *data, uint16_t length, Cable cable=CABLE_1) |
| Constructor.
|
|
| SysExMessage (const std::vector< uint8_t > &vec, Cable cable=CABLE_1) |
| Constructor.
|
|
template<uint16_t N> |
| SysExMessage (const uint8_t(&array)[N], Cable cable=CABLE_1) |
| Constructor.
|
|
bool | operator== (SysExMessage other) const |
|
bool | operator!= (SysExMessage other) const |
|
Cable | getCable () const |
| Get the MIDI USB cable number of the message.
|
|
void | setCable (Cable cable) |
| Set the MIDI USB cable number of the message.
|
|
bool | isFirstChunk () const |
|
bool | isLastChunk () const |
|
bool | isCompleteMessage () const |
|
|
const uint8_t * | data |
|
uint16_t | length |
|
Cable | cable |
|
|
constexpr static auto | SYSEX_START = MIDIMessageType::SYSEX_START |
|
constexpr static auto | SYSEX_END = MIDIMessageType::SYSEX_END |
|
The documentation for this struct was generated from the following file: