Control Surface  1.2.0
MIDI Control Surface library for Arduino
Public Member Functions | Public Attributes | List of all members
BankConfig< N, DefaultBankType > Struct Template Reference

More...

#include <Banks/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
 

Detailed Description

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

Definition at line 51 of file BankConfig.hpp.

Constructor & Destructor Documentation

◆ BankConfig()

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

Definition at line 52 of file BankConfig.hpp.

Member Data Documentation

◆ bank

Bank<N>& bank
inherited

Definition at line 45 of file BankConfig.hpp.

◆ type

const BankType type
inherited

Definition at line 46 of file BankConfig.hpp.


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