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

◆ KeyIndex()

uint8_t KeyboardState::KeyIndex ( int midi_pitch)
static

Definition at line 203 of file Keyboard.cpp.

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

Referenced by GetKey().

+ Here is the caller graph for this function: