MCPcopy Create free account
hub / github.com/FastLED/FastLED / isTrebleBeat

Method isTrebleBeat

src/fl/audio/audio_reactive.cpp.hpp:553–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553bool Reactive::isTrebleBeat() const {
554 return mCurrentData.trebleBeatDetected;
555}
556
557float Reactive::getSpectralFlux() const {
558 return mCurrentData.spectralFlux;

Callers 3

detectEnhancedBeatsMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected