#include <MIDI_Interfaces/Wrappers/FortySevenEffects.hpp>
Wrapper class for the FortySevenEffects MIDI parser.
- See also
- FortySevenEffectsMIDI_Interface
Definition at line 17 of file FortySevenEffects.hpp.
|
| static bool | isStatus (uint8_t data) |
| | Check if the given byte is a MIDI header/status byte.
|
| |
| static bool | isData (uint8_t data) |
| | Check if the given byte is a MIDI data byte.
|
| |
|
| template<class MidiInterface > |
| void | updateChannelMessage (const MidiInterface &interface) |
| | Get the latest channel message from the given MIDI interface.
|
| |
| template<class MidiInterface > |
| void | updateSysExMessage (const MidiInterface &interface) |
| | Get the latest system exclusive message from the given MIDI interface.
|
| |
| template<class MidiInterface > |
| void | updateSysCommonMessage (const MidiInterface &interface) |
| | Get the latest system common message from the given MIDI interface.
|
| |
| template<class MidiInterface > |
| void | updateRealTimeMessage (const MidiInterface &interface) |
| | Get the latest real-time message from the given MIDI interface.
|
| |
◆ updateChannelMessage()
template<class MidiInterface >
| void updateChannelMessage |
( |
const MidiInterface & | interface | ) |
|
|
inlineprivate |
◆ updateSysExMessage()
template<class MidiInterface >
| void updateSysExMessage |
( |
const MidiInterface & | interface | ) |
|
|
inlineprivate |
Get the latest system exclusive message from the given MIDI interface.
Definition at line 34 of file FortySevenEffects.hpp.
◆ updateSysCommonMessage()
template<class MidiInterface >
| void updateSysCommonMessage |
( |
const MidiInterface & | interface | ) |
|
|
inlineprivate |
Get the latest system common message from the given MIDI interface.
Definition at line 42 of file FortySevenEffects.hpp.
◆ updateRealTimeMessage()
template<class MidiInterface >
| void updateRealTimeMessage |
( |
const MidiInterface & | interface | ) |
|
|
inlineprivate |
Get the latest real-time message from the given MIDI interface.
Definition at line 51 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 57 of file FortySevenEffects.hpp.
◆ midimsg
◆ rtmsg
The documentation for this class was generated from the following file: