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

◆ KeyIndex()

uint8_t KeyboardState::KeyIndex ( int midi_pitch)
static

Definition at line 202 of file Keyboard.cpp.

202 {
203 //return constrain(midi_pitch, 21, 108) - 21;
204 return ::KeyIndex(midi_pitch);
205}

Referenced by GetKey().

+ Here is the caller graph for this function: