Control Surface  1.1.0
MIDI Control Surface library for Arduino
Classes
MIDI Input Elements LEDs

All MIDIInputElements that visualize their state using LEDs. More...

Collaboration diagram for MIDI Input Elements LEDs:

Classes

class  NoteRangeFastLED< RangeLen, ColorMapper >
 
More...
 
class  NoteValueFastLED< ColorMapper >
 
class  CCRangeFastLED< RangeLen, ColorMapper >
 
class  CCValueFastLED< ColorMapper >
 
class  Bankable::NoteRangeFastLED< RangeLen, BankSize, ColorMapper >
 
class  Bankable::NoteValueFastLED< BankSize, ColorMapper >
 
class  Bankable::CCRangeFastLED< RangeLen, BankSize, ColorMapper >
 
class  Bankable::CCValueFastLED< BankSize, ColorMapper >
 
class  NoteLEDBar< NumLEDs >
 Class that listens for Note events and displays the velocity on an LED Bar Graph. More...
 
class  CCLEDBar< NumLEDs >
 Class that listens for Control Change events and displays the velocity on an LED Bar Graph. More...
 
class  Bankable::NoteLEDBar< BankSize, NumLEDs >
 Class that listens for Note events and displays the velocity on an LED Bar Graph. More...
 
class  Bankable::CCLEDBar< BankSize, NumLEDs >
 Class that listens for Control Change events and displays the velocity on an LED Bar Graph. More...
 

Detailed Description

All MIDIInputElements that visualize their state using LEDs.