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

◆ HandleNoteOff()

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

Definition at line 81 of file LuminescentGrand.ino.

81 {
82 FL_UNUSED(channel);
83 FL_DBG("HandleNoteOn: midi_note = " << int(midi_note) << ", velocity = " << int(velocity));
84 keyboard.HandleNoteOff(midi_note, velocity, fl::millis());
85}
KeyboardState keyboard
#define FL_DBG
Definition log.h:388
fl::u32 millis()
Universal millisecond timer - returns milliseconds since system startup.
#define FL_UNUSED(x)

References 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: