Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ updateBeatDetector
Method
updateBeatDetector
src/fl/audio/detector/backbeat.cpp.hpp:176–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
void Backbeat::updateBeatDetector(shared_ptr<Context> context) {
177
if (mBeatDetector) {
178
mBeatDetector->update(context);
179
}
180
}
181
182
void Backbeat::updateBeatPosition() {
183
if (!mBeatDetector) {
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected