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

Method value

src/fl/audio/silence_envelope.h:48–48  ·  view source on GitHub ↗

Current envelope output (last value returned by update()).

Source from the content-addressed store, hash-verified

46
47 // Current envelope output (last value returned by update()).
48 float value() const FL_NOEXCEPT { return mCurrent; }
49
50 const Config& config() const FL_NOEXCEPT { return mConfig; }
51

Callers 7

processMethod · 0.45
computeTargetGainMethod · 0.45
fireCallbacksMethod · 0.45
updateAverageMethod · 0.45
calculateEnergyTrendMethod · 0.45
calculateTrebleTrendMethod · 0.45
getConfidenceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected