#include <MIDI_Parsers/MIDI_Parser.hpp>
|
| static bool | isStatus (uint8_t data) |
| | Check if the given byte is a MIDI header byte. More...
|
| |
| static bool | isData (uint8_t data) |
| | Check if the given byte is a MIDI data byte. More...
|
| |
Definition at line 22 of file MIDI_Parser.hpp.
◆ getChannelMessage()
◆ getRealTimeMessage()
Get the latest MIDI real-time message.
Definition at line 27 of file MIDI_Parser.hpp.
◆ getSysExMessage()
◆ getSysExBuffer()
| const uint8_t* getSysExBuffer |
( |
| ) |
const |
|
inline |
◆ getSysExLength()
| size_t getSysExLength |
( |
| ) |
const |
|
inline |
◆ isStatus()
| static bool isStatus |
( |
uint8_t |
data | ) |
|
|
inlinestatic |
Check if the given byte is a MIDI header byte.
Definition at line 45 of file MIDI_Parser.hpp.
◆ isData()
| static bool isData |
( |
uint8_t |
data | ) |
|
|
inlinestatic |
Check if the given byte is a MIDI data byte.
Definition at line 47 of file MIDI_Parser.hpp.
◆ midimsg
◆ rtmsg
The documentation for this class was generated from the following file: