Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ isBeat
Method
isBeat
src/fl/audio/audio_reactive.cpp.hpp:541–543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
539
}
540
541
bool Reactive::isBeat() const {
542
return mCurrentData.beatDetected;
543
}
544
545
bool Reactive::isBassBeat() const {
546
return mCurrentData.bassBeatDetected;
Callers
1
detectEnhancedBeats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected