Control Surface stm32
MIDI Control Surface library for Arduino
Public Attributes | Protected Member Functions | List of all members
BaseBankConfig< N > Class Template Reference

#include <Banks/BankConfig.hpp>

Detailed Description

template<setting_t N>
class BaseBankConfig< N >

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

Definition at line 40 of file BankConfig.hpp.

+ Inheritance diagram for BaseBankConfig< N >:
+ Collaboration diagram for BaseBankConfig< N >:

Public Attributes

Bank< N > & bank
 
const BankType type
 

Protected Member Functions

 BaseBankConfig (Bank< N > &bank, BankType type)
 

Constructor & Destructor Documentation

◆ BaseBankConfig()

BaseBankConfig ( Bank< N > &  bank,
BankType  type 
)
inlineprotected

Definition at line 42 of file BankConfig.hpp.

Member Data Documentation

◆ bank

Bank<N>& bank

Definition at line 45 of file BankConfig.hpp.

◆ type

const BankType type

Definition at line 46 of file BankConfig.hpp.


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