Control Surface stm32
MIDI Control Surface library for Arduino
Classes | Public Member Functions | Public Attributes | List of all members
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
 

Class Documentation

◆ PitchBendMIDIMatcher::Result

struct PitchBendMIDIMatcher::Result
+ Collaboration diagram for PitchBendMIDIMatcher::Result:
Class Members
bool match
uint16_t value

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: