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

◆ toString()

const char * animartrix_ring::toString ( SoundState s)

Definition at line 9 of file sound_orchestrator.cpp.

9 {
10 switch (s) {
11 case SoundState::Silence: return "Silence";
12 case SoundState::Disorganized: return "Disorganized";
13 case SoundState::BpmLocked: return "BpmLocked";
14 }
15 return "?";
16}

References BpmLocked, Disorganized, and Silence.

Referenced by loop().

+ Here is the caller graph for this function: