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

◆ getRootName()

const char * Key::getRootName ( ) const

Definition at line 60 of file key.cpp.hpp.

60 {
61 if (rootNote >= 12) return "?";
62 return NOTE_NAMES[rootNote];
63}
static const char * NOTE_NAMES[12]
Definition key.cpp.hpp:52

References fl::audio::detector::NOTE_NAMES, and rootNote.

Referenced by getKeyName().

+ Here is the caller graph for this function: