Control Surface pin-t-adl
MIDI Control Surface library for Arduino
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.

Definition at line 60 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 62 of file BankConfig.hpp.

◆ BaseOutputBankConfig() [2/2]

BaseOutputBankConfig ( BaseBankConfig< N >  config)
inline

Definition at line 67 of file BankConfig.hpp.

Member Data Documentation

◆ bank

OutputBank& bank

Definition at line 70 of file BankConfig.hpp.

◆ type

const BankType type

Definition at line 71 of file BankConfig.hpp.


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