#include <AH/Settings/Warnings.hpp>
#include <AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp>
#include <MIDI_Inputs/NoteCCRange.hpp>
Go to the source code of this file.
Classes | |
class | NoteCCLED< NumLEDs > |
class | NoteRangeLEDs< RangeLen > |
class | NoteValueLED |
class | CCRangeLEDs< RangeLen > |
class | CCValueLED |
class | Bankable::NoteRangeLEDs< RangeLen, BankSize > |
class | Bankable::NoteValueLED< BankSize > |
class | Bankable::CCRangeLEDs< RangeLen, BankSize > |
class | Bankable::CCValueLED< BankSize > |
Namespaces | |
Bankable | |
A namespace for MIDI elements that can be added to a Bank, to change their address or channel. | |
Typedefs | |
using | MIDINoteLED = NoteValueLED |
template<uint8_t BankSize> | |
using | Bankable::MIDINoteLED = NoteValueLED< BankSize > |
using MIDINoteLED = NoteValueLED |
Definition at line 59 of file NoteCCRangeLEDs.hpp.