#include <MIDI_Inputs/MIDIInputElementMatchers.hpp>
Matcher for MIDI messages with 1 data byte, such as Channel Pressure and Program Change.
Definition at line 15 of file MIDIInputElementMatchers.hpp.
Classes | |
struct | Result |
Public Member Functions | |
OneByteMIDIMatcher (MIDIChannelCable address) | |
Result | operator() (ChannelMessage m) |
Public Attributes | |
MIDIChannelCable | address |
struct OneByteMIDIMatcher::Result |
|
inline |
Definition at line 16 of file MIDIInputElementMatchers.hpp.
|
inline |
Definition at line 23 of file MIDIInputElementMatchers.hpp.
MIDIChannelCable address |
Definition at line 30 of file MIDIInputElementMatchers.hpp.