Control Surface pin-t-adl
MIDI Control Surface library for Arduino
Public Member Functions | Public Attributes | List of all members
OutputBankConfig< DefaultBankType > Struct Template Reference

#include <Banks/BankConfig.hpp>

Detailed Description

template<BankType DefaultBankType = BankType::CHANGE_ADDRESS>
struct OutputBankConfig< DefaultBankType >
Examples
Custom-MIDI-Output-Element-Bankable.ino.

Definition at line 76 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()

OutputBankConfig ( OutputBank bank,
BankType  type = DefaultBankType 
)
inline

Definition at line 77 of file BankConfig.hpp.

Member Data Documentation

◆ bank

OutputBank& bank
inherited

Definition at line 70 of file BankConfig.hpp.

◆ type

const BankType type
inherited

Definition at line 71 of file BankConfig.hpp.


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