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

Method setThreshold

src/fl/audio/detector/beat.h:38–38  ·  view source on GitHub ↗

Configuration

Source from the content-addressed store, hash-verified

36
37 // Configuration
38 void setThreshold(float threshold) { mThreshold = threshold; }
39 void setSensitivity(float sensitivity) { mSensitivity = sensitivity; }
40
41private:

Callers 4

FL_TEST_FILEFunction · 0.45
vocal.hppFile · 0.45
beat.hppFile · 0.45
runPeriodicBeatTestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected