Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
PitchBendMIDIMatcher Struct Reference

#include <MIDI_Inputs/MIDIInputElementMatchers.hpp>

Detailed Description

Matcher for MIDI Pitch Bend messages. Matches a single address.

Definition at line 59 of file MIDIInputElementMatchers.hpp.

Collaboration diagram for PitchBendMIDIMatcher:

Classes

struct  Result

Public Member Functions

 PitchBendMIDIMatcher (MIDIChannelCable address)
Result operator() (ChannelMessage m)

Public Attributes

MIDIChannelCable address

Constructor & Destructor Documentation

◆ PitchBendMIDIMatcher()

Definition at line 60 of file MIDIInputElementMatchers.hpp.

Member Function Documentation

◆ operator()()

Result operator() ( ChannelMessage m)
inline

Definition at line 67 of file MIDIInputElementMatchers.hpp.

Member Data Documentation

◆ address

Definition at line 74 of file MIDIInputElementMatchers.hpp.


The documentation for this struct was generated from the following file: