Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
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 43 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()

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

Definition at line 45 of file BankConfig.hpp.

Member Data Documentation

◆ bank

template<setting_t N>
Bank<N>& bank

Definition at line 48 of file BankConfig.hpp.

◆ type

template<setting_t N>
const BankType type

Definition at line 49 of file BankConfig.hpp.


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