#include <MIDI_Parsers/MIDI_Parser.hpp>
Base class for MIDI parsers.
Definition at line 16 of file MIDI_Parser.hpp.
|
static bool | isStatus (uint8_t data) |
| Check if the given byte is a MIDI header/status byte. More...
|
|
static bool | isData (uint8_t data) |
| Check if the given byte is a MIDI data byte. More...
|
|
◆ getChannelMessage()
Get the latest MIDI channel voice message.
Definition at line 19 of file MIDI_Parser.hpp.
◆ getSysCommonMessage()
Get the latest MIDI system common message.
Definition at line 21 of file MIDI_Parser.hpp.
◆ getRealTimeMessage()
Get the latest MIDI real-time message.
Definition at line 25 of file MIDI_Parser.hpp.
◆ isStatus()
static bool isStatus |
( |
uint8_t |
data | ) |
|
|
inlinestatic |
Check if the given byte is a MIDI header/status byte.
Definition at line 37 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 39 of file MIDI_Parser.hpp.
◆ midimsg
◆ rtmsg
The documentation for this class was generated from the following file: