#include <MIDI_Inputs/MIDIInputElementMatchers.hpp>
Matcher for MIDI messages with 2 data bytes, such as Note On/Off, Control Change, Key Pressure (but not Pitch Bend).
Matches ranges of addresses on a single channel and cable.
Definition at line 82 of file MIDIInputElementMatchers.hpp.
Collaboration diagram for TwoByteRangeMIDIMatcher:Classes | |
| struct | Result |
Public Member Functions | |
| TwoByteRangeMIDIMatcher (MIDIAddress address, uint8_t length) | |
| Result | operator() (ChannelMessage m) |
Public Attributes | |
| MIDIAddress | address |
| uint8_t | length |
|
inline |
Definition at line 83 of file MIDIInputElementMatchers.hpp.
|
inline |
Definition at line 92 of file MIDIInputElementMatchers.hpp.
| MIDIAddress address |
Definition at line 101 of file MIDIInputElementMatchers.hpp.
| uint8_t length |
Definition at line 102 of file MIDIInputElementMatchers.hpp.