Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
553
bool Reactive::isTrebleBeat() const {
554
return mCurrentData.trebleBeatDetected;
555
}
556
557
float Reactive::getSpectralFlux() const {
558
return mCurrentData.spectralFlux;
Callers
3
detectEnhancedBeats
Method · 0.45
FL_TEST_FILE
Function · 0.45
multiband_beat_detector.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected