FastLED 3.9.15
Loading...
Searching...
No Matches

◆ HandleNoteOn()

void HandleNoteOn ( byte channel,
byte midi_note,
byte velocity )

Definition at line 69 of file LuminescentGrand.ino.

69 {
70 FL_UNUSED(channel);
71 FL_DBG("HandleNoteOn: midi_note = " << int(midi_note) << ", velocity = " << int(velocity));
72 keyboard.HandleNoteOn(midi_note, velocity, color_selector.curr_val(), fl::millis());
73}
KeyboardState keyboard
#define FL_DBG
Definition log.h:388
fl::u32 millis()
Universal millisecond timer - returns milliseconds since system startup.
#define FL_UNUSED(x)
ColorSelector color_selector(PIN_COLOR_SELECT)

References color_selector, FL_DBG, FL_UNUSED, keyboard, and fl::millis().

Referenced by DbgDoSimulatedKeyboardPress(), and setup().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: