Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
BankableVPotMatcher< BankSize > Struct Template Reference

#include <MIDI_Inputs/MCU/VPotRing.hpp>

Detailed Description

template<uint8_t BankSize>
struct MCU::BankableVPotMatcher< BankSize >

MIDI Input matcher for Mackie Control Universal VPot LED rings with bank support.

See also
MCU::VPotMatcher

Definition at line 127 of file VPotRing.hpp.

+ Inheritance diagram for BankableVPotMatcher< BankSize >:
+ Collaboration diagram for BankableVPotMatcher< BankSize >:

Public Member Functions

 BankableVPotMatcher (BankConfig< BankSize > config, uint8_t track, MIDIChannelCable channelCN)
 Constructor.
 
Result operator() (ChannelMessage m)
 
Bank< BankSize > & getBank ()
 
const Bank< BankSize > & getBank () const
 
BankType getBankType () 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
 

Constructor & Destructor Documentation

◆ BankableVPotMatcher()

template<uint8_t BankSize>
BankableVPotMatcher ( BankConfig< BankSize > config,
uint8_t track,
MIDIChannelCable channelCN )
inline

Constructor.

Parameters
configThe bank configuration to use: the bank to add this element to, and whether to change the address, channel or cable number.
trackThe track of the VPot [1, 8].
channelCNThe MIDI channel [Channel_1, Channel_16] and Cable Number [Cable_1, Cable_16].

Definition at line 140 of file VPotRing.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 160 of file MIDIInputElementMatchers.hpp.

◆ getBank() [1/2]

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

Definition at line 171 of file MIDIInputElementMatchers.hpp.

◆ getBank() [2/2]

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

Definition at line 172 of file MIDIInputElementMatchers.hpp.

◆ getBankType()

template<uint8_t BankSize>
BankType getBankType ( ) const
inlineinherited

Definition at line 173 of file MIDIInputElementMatchers.hpp.

◆ getBankSize()

template<uint8_t BankSize>
static constexpr setting_t getBankSize ( )
inlinestaticconstexprinherited

Definition at line 174 of file MIDIInputElementMatchers.hpp.

◆ getSelection()

template<uint8_t BankSize>
setting_t getSelection ( ) const
inlineinherited

Get the current bank setting.

See also
Bank<N>::getSelection()

Definition at line 178 of file MIDIInputElementMatchers.hpp.

Member Data Documentation

◆ config

template<uint8_t BankSize>
BaseBankConfig<BankSize> config
inherited

Definition at line 180 of file MIDIInputElementMatchers.hpp.

◆ address

template<uint8_t BankSize>
MIDIAddress address
inherited

Definition at line 181 of file MIDIInputElementMatchers.hpp.


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