Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
OutputBankConfig< DefaultBankType > Struct Template Reference

#include <Banks/BankConfig.hpp>

Detailed Description

template<BankType DefaultBankType = BankType::ChangeAddress>
struct OutputBankConfig< DefaultBankType >
Examples
Custom-MIDI-Output-Element-Bankable.ino, and Note-ManyAddresses-Transposer.ino.

Definition at line 79 of file BankConfig.hpp.

+ Inheritance diagram for OutputBankConfig< DefaultBankType >:
+ Collaboration diagram for OutputBankConfig< DefaultBankType >:

Public Member Functions

 OutputBankConfig (OutputBank &bank, BankType type=DefaultBankType)
 

Public Attributes

OutputBankbank
 
const BankType type
 

Constructor & Destructor Documentation

◆ OutputBankConfig()

template<BankType DefaultBankType = BankType::ChangeAddress>
OutputBankConfig ( OutputBank & bank,
BankType type = DefaultBankType )
inline

Definition at line 80 of file BankConfig.hpp.

Member Data Documentation

◆ bank

OutputBank& bank
inherited

Definition at line 73 of file BankConfig.hpp.

◆ type

const BankType type
inherited

Definition at line 74 of file BankConfig.hpp.


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