#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 a single address.
Definition at line 37 of file MIDIInputElementMatchers.hpp.
Classes | |
struct | Result |
Public Member Functions | |
TwoByteMIDIMatcher (MIDIAddress address) | |
Result | operator() (ChannelMessage m) |
Public Attributes | |
MIDIAddress | address |
|
inline |
Definition at line 38 of file MIDIInputElementMatchers.hpp.
|
inline |
Definition at line 45 of file MIDIInputElementMatchers.hpp.
MIDIAddress address |
Definition at line 53 of file MIDIInputElementMatchers.hpp.