Control Surface 2.1.2
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
OneByteMIDIMatcher Struct Reference

#include <MIDI_Inputs/MIDIInputElementMatchers.hpp>

Detailed Description

Matcher for MIDI messages with 1 data byte, such as Channel Pressure and Program Change.

Definition at line 15 of file MIDIInputElementMatchers.hpp.

Collaboration diagram for OneByteMIDIMatcher:

Classes

struct  Result

Public Member Functions

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

Public Attributes

MIDIChannelCable address

Constructor & Destructor Documentation

◆ OneByteMIDIMatcher()

Definition at line 16 of file MIDIInputElementMatchers.hpp.

Member Function Documentation

◆ operator()()

Result operator() ( ChannelMessage m)
inline

Definition at line 23 of file MIDIInputElementMatchers.hpp.

Member Data Documentation

◆ address

Definition at line 30 of file MIDIInputElementMatchers.hpp.


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