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

◆ KeyIndex()

uint8_t KeyboardState::KeyIndex ( int midi_pitch)
static

Definition at line 204 of file Keyboard.cpp.

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

Referenced by GetKey().

+ Here is the caller graph for this function: