MCPcopy Create free account
hub / github.com/FastLED/FastLED / setDownbeatDetector

Method setDownbeatDetector

src/fl/audio/detector/backbeat.cpp.hpp:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void Backbeat::setDownbeatDetector(shared_ptr<Downbeat> downbeatDetector) {
170 if (downbeatDetector) {
171 mDownbeatDetector = downbeatDetector;
172 mOwnsDownbeatDetector = false;
173 }
174}
175
176void Backbeat::updateBeatDetector(shared_ptr<Context> context) {
177 if (mBeatDetector) {

Callers 1

backbeat.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected