Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
BankableTwoByteRangeMIDIMatcher< BankSize > Struct Template Reference

#include <MIDI_Inputs/MIDIInputElementMatchers.hpp>

Detailed Description

template<uint8_t BankSize>
struct BankableTwoByteRangeMIDIMatcher< BankSize >

Matcher for MIDI messages with 2 data bytes, such as Note On/Off, Control Change, Key Pressure.

Matches a range of addresses over multiple banks.

Definition at line 229 of file MIDIInputElementMatchers.hpp.

Collaboration diagram for BankableTwoByteRangeMIDIMatcher< BankSize >:

Classes

struct  Result

Public Member Functions

 BankableTwoByteRangeMIDIMatcher (BankConfig< BankSize > config, MIDIAddress address, uint8_t length)
 Constructor.
Result operator() (ChannelMessage m)
Bank< BankSize > & getBank ()
const Bank< BankSize > & getBank () const
setting_t getSelection () const
 Get the current bank setting.

Static Public Member Functions

static constexpr setting_t getBankSize ()

Public Attributes

BaseBankConfig< BankSize > config
MIDIAddress address
uint8_t length

Constructor & Destructor Documentation

◆ BankableTwoByteRangeMIDIMatcher()

template<uint8_t BankSize>
BankableTwoByteRangeMIDIMatcher ( BankConfig< BankSize > config,
MIDIAddress address,
uint8_t length )
inline

Constructor.

Definition at line 231 of file MIDIInputElementMatchers.hpp.

Member Function Documentation

◆ operator()()

template<uint8_t BankSize>
Result operator() ( ChannelMessage m)
inline

Definition at line 242 of file MIDIInputElementMatchers.hpp.

◆ getBank() [1/2]

template<uint8_t BankSize>
Bank< BankSize > & getBank ( )
inline

Definition at line 254 of file MIDIInputElementMatchers.hpp.

◆ getBank() [2/2]

template<uint8_t BankSize>
const Bank< BankSize > & getBank ( ) const
inline

Definition at line 255 of file MIDIInputElementMatchers.hpp.

◆ getBankSize()

template<uint8_t BankSize>
constexpr setting_t getBankSize ( )
inlinestaticconstexpr

Definition at line 256 of file MIDIInputElementMatchers.hpp.

◆ getSelection()

template<uint8_t BankSize>
setting_t getSelection ( ) const
inline

Get the current bank setting.

See also
getSelection()

Definition at line 260 of file MIDIInputElementMatchers.hpp.

Member Data Documentation

◆ config

template<uint8_t BankSize>
BaseBankConfig<BankSize> config

Definition at line 262 of file MIDIInputElementMatchers.hpp.

◆ address

template<uint8_t BankSize>
MIDIAddress address

Definition at line 263 of file MIDIInputElementMatchers.hpp.

◆ length

template<uint8_t BankSize>
uint8_t length

Definition at line 264 of file MIDIInputElementMatchers.hpp.


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