#include <Banks/BankConfig.hpp>
A struct for selecting the bank of BankableMIDIOutputs and the bank type.
Definition at line 60 of file BankConfig.hpp.
Inheritance diagram for BaseOutputBankConfig:
Collaboration diagram for BaseOutputBankConfig: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 62 of file BankConfig.hpp.
|
inline |
Definition at line 67 of file BankConfig.hpp.
| OutputBank& bank |
Definition at line 70 of file BankConfig.hpp.
| const BankType type |
Definition at line 71 of file BankConfig.hpp.