#include <Banks/BankConfig.hpp>
A struct for selecting the bank of BankableMIDIOutputs and the bank type.
Definition at line 63 of file BankConfig.hpp.
Public Member Functions | |
template<setting_t N> | |
BaseOutputBankConfig (BaseBankConfig< N > config) | |
Public Attributes | |
OutputBank & | bank |
const BankType | type |
Protected Member Functions | |
BaseOutputBankConfig (OutputBank &bank, BankType type) | |
|
inlineprotected |
Definition at line 65 of file BankConfig.hpp.
|
inline |
Definition at line 70 of file BankConfig.hpp.
OutputBank& bank |
Definition at line 73 of file BankConfig.hpp.
const BankType type |
Definition at line 74 of file BankConfig.hpp.