Control Surface  1.1.0
MIDI Control Surface library for Arduino
Classes | Namespaces
FastLED.hpp File Reference
#include <FastLED.h>
#include <Settings/NamespaceSettings.hpp>
#include <stdint.h>
#include <MIDI_Inputs/NoteCCRange.hpp>
Include dependency graph for FastLED.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Color
 A structure for RGB colors. More...
 
struct  DefaultColorMapper
 The default mapping from a 7-bit MIDI value to an RGB color. More...
 
class  NoteCCFastLED< ColorMapper >
 Callback for Note or CC range or value input that displays the value to a FastLED strip. More...
 
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 >
 

Namespaces

 Bankable
 A namespace for MIDI elements that can be added to a Bank, to change their address or channel.