Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
private:
Callers
4
FL_TEST_FILE
Function · 0.45
vocal.hpp
File · 0.45
beat.hpp
File · 0.45
runPeriodicBeatTest
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected