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

◆ NOTE_NAMES

const char* fl::audio::detector::NOTE_NAMES[12]
static
Initial value:
= {
"C", "C#", "D", "D#", "E", "F", "F#", "G", "G#", "A", "A#", "B"
}

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

52 {
53 "C", "C#", "D", "D#", "E", "F", "F#", "G", "G#", "A", "A#", "B"
54};

Referenced by fl::audio::detector::Key::getRootName().