Control Surface  1.1.1
MIDI Control Surface library for Arduino
Public Member Functions | Public Attributes | List of all members
OutputBankConfig Struct Reference

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

#include <Banks/BankConfig.hpp>

Collaboration diagram for OutputBankConfig:

Public Member Functions

 OutputBankConfig (OutputBank &bank, BankType type=CHANGE_ADDRESS)
 

Public Attributes

OutputBankbank
 
const BankType type
 

Detailed Description

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

Definition at line 50 of file BankConfig.hpp.

Constructor & Destructor Documentation

◆ OutputBankConfig()

OutputBankConfig ( OutputBank bank,
BankType  type = CHANGE_ADDRESS 
)
inline

Definition at line 51 of file BankConfig.hpp.

Member Data Documentation

◆ bank

OutputBank& bank

Definition at line 53 of file BankConfig.hpp.

◆ type

const BankType type

Definition at line 54 of file BankConfig.hpp.


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