Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setSensitivity
Method
setSensitivity
src/fl/audio/detector/beat.h:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
// Configuration
38
void setThreshold(float threshold) { mThreshold = threshold; }
39
void setSensitivity(float sensitivity) { mSensitivity = sensitivity; }
40
41
private:
42
bool mBeatDetected;
Callers
1
runPeriodicBeatTest
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected