Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Attributes | List of all members
BankablePitchBendMIDIMatcher< BankSize >::Result Struct Reference

#include <MIDI_Inputs/MIDIInputElementMatchers.hpp>

Detailed Description

template<uint8_t BankSize>
struct BankablePitchBendMIDIMatcher< BankSize >::Result

Definition at line 195 of file MIDIInputElementMatchers.hpp.

+ Collaboration diagram for BankablePitchBendMIDIMatcher< BankSize >::Result:

Public Attributes

bool match
 
uint16_t value
 
uint8_t bankIndex
 

Member Data Documentation

◆ match

template<uint8_t BankSize>
bool match

Definition at line 196 of file MIDIInputElementMatchers.hpp.

◆ value

template<uint8_t BankSize>
uint16_t value

Definition at line 197 of file MIDIInputElementMatchers.hpp.

◆ bankIndex

template<uint8_t BankSize>
uint8_t bankIndex

Definition at line 198 of file MIDIInputElementMatchers.hpp.


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