Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Member Functions | List of all members
DefaultColorMapper Struct Reference

#include <MIDI_Inputs/LEDs/NoteCCKPRangeFastLED.hpp>

Detailed Description

The default mapping from a 7-bit MIDI value to an RGB color, using the Novation Launchpad mapping.

Definition at line 307 of file NoteCCKPRangeFastLED.hpp.

+ Collaboration diagram for DefaultColorMapper:

Public Member Functions

CRGB operator() (uint8_t value, uint8_t bankIndex, uint8_t index) const
 Map from a 7-bit MIDI value to an RGB color, using the Novation Launchpad mapping.
 

Member Function Documentation

◆ operator()()

CRGB operator() ( uint8_t value,
uint8_t bankIndex,
uint8_t index ) const
inline

Map from a 7-bit MIDI value to an RGB color, using the Novation Launchpad mapping.

Definition at line 310 of file NoteCCKPRangeFastLED.hpp.


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