#include <MIDI_Inputs/MIDIInputElementMatchers.hpp>
Matcher for MIDI Pitch Bend messages. Matches a single address.
Definition at line 59 of file MIDIInputElementMatchers.hpp.
Classes | |
struct | Result |
Public Member Functions | |
PitchBendMIDIMatcher (MIDIChannelCable address) | |
Result | operator() (ChannelMessage m) |
Public Attributes | |
MIDIChannelCable | address |
struct PitchBendMIDIMatcher::Result |
|
inline |
Definition at line 60 of file MIDIInputElementMatchers.hpp.
|
inline |
Definition at line 67 of file MIDIInputElementMatchers.hpp.
MIDIChannelCable address |
Definition at line 74 of file MIDIInputElementMatchers.hpp.