Class for objects that listen for incoming MIDI SysEx events.
More...
#include <MIDIInputElementSysEx.hpp>
Class for objects that listen for incoming MIDI SysEx events.
Definition at line 20 of file MIDIInputElementSysEx.hpp.
◆ MIDIInputElementSysEx()
| MIDIInputElementSysEx::MIDIInputElementSysEx |
( |
uint8_t |
CN = 0 | ) |
|
|
inlineprotected |
◆ ~MIDIInputElementSysEx()
| virtual MIDIInputElementSysEx::~MIDIInputElementSysEx |
( |
| ) |
|
|
inlinevirtual |
◆ begin()
| virtual void MIDIInputElementSysEx::begin |
( |
| ) |
|
|
inlinevirtual |
◆ reset()
| virtual void MIDIInputElementSysEx::reset |
( |
| ) |
|
|
inlinevirtual |
◆ update()
| virtual void MIDIInputElementSysEx::update |
( |
| ) |
|
|
inlinevirtual |
◆ beginAll()
| static void MIDIInputElementSysEx::beginAll |
( |
| ) |
|
|
inlinestatic |
◆ updateAll()
| static void MIDIInputElementSysEx::updateAll |
( |
| ) |
|
|
inlinestatic |
◆ resetAll()
| static void MIDIInputElementSysEx::resetAll |
( |
| ) |
|
|
inlinestatic |
◆ updateAllWith()
| static void MIDIInputElementSysEx::updateAllWith |
( |
SysExMessage |
midimsg | ) |
|
|
inlinestatic |
◆ updateWith()
| bool MIDIInputElementSysEx::updateWith |
( |
SysExMessage |
midimsg | ) |
|
|
inlineprivate |
◆ updateImpl()
| virtual bool MIDIInputElementSysEx::updateImpl |
( |
SysExMessage |
midimsg | ) |
|
|
privatepure virtual |
◆ moveDown()
| void MIDIInputElementSysEx::moveDown |
( |
| ) |
|
|
inlineprivate |
Move down this element in the linked list of elements.
This means that the element will be checked earlier on the next iteration.
Definition at line 116 of file MIDIInputElementSysEx.hpp.
◆ CN
| uint8_t MIDIInputElementSysEx::CN |
|
private |
◆ elements
◆ next
◆ previous
The documentation for this class was generated from the following files: