Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
BankConfig< N, DefaultBankType > Struct Template Reference

#include <Banks/BankConfig.hpp>

Detailed Description

template<setting_t N, BankType DefaultBankType = BankType::ChangeAddress>
struct BankConfig< N, DefaultBankType >

Definition at line 54 of file BankConfig.hpp.

+ Inheritance diagram for BankConfig< N, DefaultBankType >:
+ Collaboration diagram for BankConfig< N, DefaultBankType >:

Public Member Functions

 BankConfig (Bank< N > &bank, BankType type=DefaultBankType)
 

Public Attributes

Bank< N > & bank
 
const BankType type
 

Constructor & Destructor Documentation

◆ BankConfig()

template<setting_t N, BankType DefaultBankType = BankType::ChangeAddress>
BankConfig ( Bank< N > & bank,
BankType type = DefaultBankType )
inline

Definition at line 55 of file BankConfig.hpp.

Member Data Documentation

◆ bank

template<setting_t N>
Bank<N>& bank
inherited

Definition at line 48 of file BankConfig.hpp.

◆ type

template<setting_t N>
const BankType type
inherited

Definition at line 49 of file BankConfig.hpp.


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