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

Method setThreshold

src/fl/audio/audio_reactive.cpp.hpp:834–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832}
833
834void SpectralFluxDetector::setThreshold(float threshold) {
835 mFluxThreshold = threshold;
836}
837
838float SpectralFluxDetector::getThreshold() const {
839 return mFluxThreshold;

Callers 2

beginMethod · 0.45
setThresholdsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected