#include <MIDI_Inputs/MCU/VPotRing.hpp>
MIDI Input matcher for Mackie Control Universal VPot LED rings with bank support.
Definition at line 127 of file VPotRing.hpp.
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 |
|
inline |
Constructor.
config | The bank configuration to use: the bank to add this element to, and whether to change the address, channel or cable number. |
track | The track of the VPot [1, 8]. |
channelCN | The MIDI channel [Channel_1, Channel_16] and Cable Number [Cable_1, Cable_16]. |
Definition at line 140 of file VPotRing.hpp.
|
inlineinherited |
Definition at line 160 of file MIDIInputElementMatchers.hpp.
|
inlineinherited |
Definition at line 171 of file MIDIInputElementMatchers.hpp.
|
inlineinherited |
Definition at line 172 of file MIDIInputElementMatchers.hpp.
|
inlineinherited |
Definition at line 173 of file MIDIInputElementMatchers.hpp.
|
inlinestaticconstexprinherited |
Definition at line 174 of file MIDIInputElementMatchers.hpp.
|
inlineinherited |
Get the current bank setting.
Definition at line 178 of file MIDIInputElementMatchers.hpp.
|
inherited |
Definition at line 180 of file MIDIInputElementMatchers.hpp.
|
inherited |
Definition at line 181 of file MIDIInputElementMatchers.hpp.