Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
BaseOutputBankConfig Class Reference

#include <Banks/BankConfig.hpp>

Detailed Description

A struct for selecting the bank of BankableMIDIOutputs and the bank type.

Examples
Note-ManyAddresses-Transposer.ino.

Definition at line 63 of file BankConfig.hpp.

+ Inheritance diagram for BaseOutputBankConfig:
+ Collaboration diagram for BaseOutputBankConfig:

Public Member Functions

template<setting_t N>
 BaseOutputBankConfig (BaseBankConfig< N > config)
 

Public Attributes

OutputBankbank
 
const BankType type
 

Protected Member Functions

 BaseOutputBankConfig (OutputBank &bank, BankType type)
 

Constructor & Destructor Documentation

◆ BaseOutputBankConfig() [1/2]

BaseOutputBankConfig ( OutputBank & bank,
BankType type )
inlineprotected

Definition at line 65 of file BankConfig.hpp.

◆ BaseOutputBankConfig() [2/2]

template<setting_t N>
BaseOutputBankConfig ( BaseBankConfig< N > config)
inline

Definition at line 70 of file BankConfig.hpp.

Member Data Documentation

◆ bank

OutputBank& bank

Definition at line 73 of file BankConfig.hpp.

◆ type

Definition at line 74 of file BankConfig.hpp.


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