#include <Banks/BankConfig.hpp>
A struct for selecting the bank of BankableMIDIInputs and the bank type.
Definition at line 40 of file BankConfig.hpp.
Public Attributes | |
Bank< N > & | bank |
const BankType | type |
Protected Member Functions | |
BaseBankConfig (Bank< N > &bank, BankType type) | |
|
inlineprotected |
Definition at line 42 of file BankConfig.hpp.
Bank<N>& bank |
Definition at line 45 of file BankConfig.hpp.
const BankType type |
Definition at line 46 of file BankConfig.hpp.