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

Method needsFFT

src/fl/audio/detector/beat.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 void update(shared_ptr<Context> context) override;
19 void fireCallbacks() override;
20 bool needsFFT() const override { return true; }
21 bool needsFFTHistory() const override { return true; }
22 const char* getName() const override { return "Beat"; }
23 void reset() override;

Callers 7

vocal.hppFile · 0.45
backbeat.hppFile · 0.45
beat.hppFile · 0.45
percussion.hppFile · 0.45
tempo_analyzer.hppFile · 0.45
vibe.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected