Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | List of all members
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()()

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: