Control Surface  1.2.0
MIDI Control Surface library for Arduino
Public Member Functions | List of all members
OutputBankConfig< DefaultBankType > Struct Template Reference

A struct for selecting the bank of BankableMIDIOutputs and the bank type. More...

#include <Banks/BankConfig.hpp>

+ Collaboration diagram for OutputBankConfig< DefaultBankType >:

Public Member Functions

 OutputBankConfig (OutputBank &bank, BankType type=DefaultBankType)
 

Detailed Description

template<BankType DefaultBankType = BankType::CHANGE_ADDRESS>
struct OutputBankConfig< DefaultBankType >

A struct for selecting the bank of BankableMIDIOutputs and the bank type.

Definition at line 76 of file BankConfig.hpp.

Constructor & Destructor Documentation

◆ OutputBankConfig()

OutputBankConfig ( OutputBank bank,
BankType  type = DefaultBankType 
)
inline

Definition at line 77 of file BankConfig.hpp.


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