Control Surface stm32
MIDI Control Surface library for Arduino
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
BankablePitchBendMIDIMatcher< BankSize > Struct Template Reference

#include <MIDI_Inputs/MIDIInputElementMatchers.hpp>

Detailed Description

template<uint8_t BankSize>
struct BankablePitchBendMIDIMatcher< BankSize >

Matcher for MIDI Pitch Bend messages.

Matches a single address over multiple banks.

Definition at line 189 of file MIDIInputElementMatchers.hpp.

+ Collaboration diagram for BankablePitchBendMIDIMatcher< BankSize >:

Classes

struct  Result
 

Public Member Functions

 BankablePitchBendMIDIMatcher (BankConfig< BankSize, BankType::CHANGE_CHANNEL > config, MIDIChannelCable address)
 
Result operator() (ChannelMessage m)
 
Bank< BankSize > & getBank ()
 
const Bank< BankSize > & getBank () const
 
BankType getBankType () const
 
setting_t getSelection () const
 Get the current bank setting. More...
 

Static Public Member Functions

static constexpr setting_t getBankSize ()
 

Public Attributes

BaseBankConfig< BankSize > config
 
MIDIChannelCable address
 

Class Documentation

◆ BankablePitchBendMIDIMatcher::Result

struct BankablePitchBendMIDIMatcher::Result
+ Collaboration diagram for BankablePitchBendMIDIMatcher< BankSize >::Result:
Class Members
bool match
uint16_t value
uint8_t bankIndex

Constructor & Destructor Documentation

◆ BankablePitchBendMIDIMatcher()

Definition at line 190 of file MIDIInputElementMatchers.hpp.

Member Function Documentation

◆ operator()()

Result operator() ( ChannelMessage  m)
inline

Definition at line 201 of file MIDIInputElementMatchers.hpp.

◆ getBank() [1/2]

Bank< BankSize > & getBank ( )
inline

Definition at line 211 of file MIDIInputElementMatchers.hpp.

◆ getBank() [2/2]

const Bank< BankSize > & getBank ( ) const
inline

Definition at line 212 of file MIDIInputElementMatchers.hpp.

◆ getBankType()

BankType getBankType ( ) const
inline

Definition at line 213 of file MIDIInputElementMatchers.hpp.

◆ getBankSize()

static constexpr setting_t getBankSize ( )
inlinestaticconstexpr

Definition at line 214 of file MIDIInputElementMatchers.hpp.

◆ getSelection()

setting_t getSelection ( ) const
inline

Get the current bank setting.

See also
Bank<N>::getSelection()

Definition at line 218 of file MIDIInputElementMatchers.hpp.

Member Data Documentation

◆ config

BaseBankConfig<BankSize> config

Definition at line 220 of file MIDIInputElementMatchers.hpp.

◆ address

Definition at line 221 of file MIDIInputElementMatchers.hpp.


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