Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
834
void SpectralFluxDetector::setThreshold(float threshold) {
835
mFluxThreshold = threshold;
836
}
837
838
float SpectralFluxDetector::getThreshold() const {
839
return mFluxThreshold;
Callers
2
begin
Method · 0.45
setThresholds
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected