MCPcopy 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
176void Backbeat::updateBeatDetector(shared_ptr<Context> context) {
177 if (mBeatDetector) {
178 mBeatDetector->update(context);
179 }
180}
181
182void Backbeat::updateBeatPosition() {
183 if (!mBeatDetector) {

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected