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

Method getProgress

src/fl/audio/detector/buildup.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 bool isBuilding() const { return mBuildupActive; }
72 float getIntensity() const { return mCurrentBuildup.intensity; }
73 float getProgress() const { return mCurrentBuildup.progress; }
74 const Buildup& getBuildup() const { return mCurrentBuildup; }
75
76 // Configuration

Callers 1

getBuildupProgressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected