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