Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ isBassBeat
Method
isBassBeat
src/fl/audio/audio_reactive.cpp.hpp:545–547 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
543
}
544
545
bool Reactive::isBassBeat() const {
546
return mCurrentData.bassBeatDetected;
547
}
548
549
bool Reactive::isMidBeat() const {
550
return mCurrentData.midBeatDetected;
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