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

Method getPhase

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

Source from the content-addressed store, hash-verified

32 bool isBeat() const { return mBeatDetected; }
33 float getBPM() const { return mBPM; }
34 float getPhase() const { return mPhase; }
35 float getConfidence() const { return mConfidence; }
36
37 // Configuration

Callers 1

beat.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected