Control Surface  1.1.1
MIDI Control Surface library for Arduino
Classes
Bank.hpp File Reference
#include <AH/Debug/Debug.hpp>
#include <AH/Error/Error.hpp>
#include <AH/Containers/LinkedList.hpp>
#include <Selectors/Selectable.hpp>
#include <Banks/BankableMIDIInput.hpp>
Include dependency graph for Bank.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BankableMIDIInput< N >
 A base class for all MIDIInputElements that can be banked. More...
 
class  OutputBank
 A class for changing the address of BankableMIDIOutputs. More...
 
class  Bank< N >
 A class that groups Bankable BankableMIDIOutputs and BankableMIDIInputs, and allows the user to change the addresses of these elements. More...