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

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

#include <Banks/BankConfig.hpp>

Collaboration diagram for BankConfig< N >:

Public Member Functions

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

Public Attributes

Bank< N > & bank
 
const BankType type
 

Detailed Description

template<setting_t N>
struct BankConfig< N >

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

Definition at line 39 of file BankConfig.hpp.

Constructor & Destructor Documentation

◆ BankConfig()

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

Definition at line 40 of file BankConfig.hpp.

Member Data Documentation

◆ bank

Bank<N>& bank

Definition at line 42 of file BankConfig.hpp.

◆ type

const BankType type

Definition at line 43 of file BankConfig.hpp.


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