FastLED
3.9.15
Loading...
Searching...
No Matches
◆
KeyIndex()
uint8_t KeyIndex
(
int
midi_pitch
)
inline
Definition at line
18
of file
Keyboard.h
.
18
{
19
return
constrain(midi_pitch, 21, 108) - 21;
20
}
examples
LuminescentGrand
shared
Keyboard.h
Generated on Thu May 29 2025 04:44:57 for FastLED by
1.13.2