#include <MIDI_Interfaces/Wrappers/FortySevenEffects.hpp>
Wrapper class for the FortySevenEffects MIDI parser.
- See also
- FortySevenEffectsMIDI_Interface
Definition at line 19 of file FortySevenEffects.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...
|
|
|
template<class MidiInterface > |
void | updateChannelMessage (const MidiInterface &interface) |
| Get the latest channel message from the given MIDI interface. More...
|
|
template<class MidiInterface > |
void | updateSysExMessage (const MidiInterface &interface) |
| Get the latest system exclusive message from the given MIDI interface. More...
|
|
template<class MidiInterface > |
void | updateSysCommonMessage (const MidiInterface &interface) |
| Get the latest system common message from the given MIDI interface. More...
|
|
template<class MidiInterface > |
void | updateRealTimeMessage (const MidiInterface &interface) |
| Get the latest real-time message from the given MIDI interface. More...
|
|
◆ updateChannelMessage()
void updateChannelMessage |
( |
const MidiInterface & |
interface | ) |
|
|
inlineprivate |
◆ updateSysExMessage()
void updateSysExMessage |
( |
const MidiInterface & |
interface | ) |
|
|
inlineprivate |
Get the latest system exclusive message from the given MIDI interface.
Definition at line 36 of file FortySevenEffects.hpp.
◆ updateSysCommonMessage()
void updateSysCommonMessage |
( |
const MidiInterface & |
interface | ) |
|
|
inlineprivate |
Get the latest system common message from the given MIDI interface.
Definition at line 44 of file FortySevenEffects.hpp.
◆ updateRealTimeMessage()
void updateRealTimeMessage |
( |
const MidiInterface & |
interface | ) |
|
|
inlineprivate |
Get the latest real-time message from the given MIDI interface.
Definition at line 53 of file FortySevenEffects.hpp.
◆ getSysExMessage()
◆ 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 | ) |
|
|
inlinestaticinherited |
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 | ) |
|
|
inlinestaticinherited |
Check if the given byte is a MIDI data byte.
Definition at line 39 of file MIDI_Parser.hpp.
◆ sysex
Temporarily saves a pointer to the MIDI parser's SysEx buffer.
Definition at line 59 of file FortySevenEffects.hpp.
◆ midimsg
◆ rtmsg
The documentation for this class was generated from the following file: