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

Method getIntensity

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

Source from the content-addressed store, hash-verified

70 // State access
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

Callers 1

getBuildupIntensityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected