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

Method setMidThreshold

src/fl/audio/detector/backbeat.h:103–103  ·  view source on GitHub ↗

Set mid accent threshold (default: 1.3) - critical for snare */

Source from the content-addressed store, hash-verified

101
102 /** Set mid accent threshold (default: 1.3) - critical for snare */
103 void setMidThreshold(float threshold) { mMidThreshold = threshold; }
104
105 /** Set high accent threshold (default: 1.1) */
106 void setHighThreshold(float threshold) { mHighThreshold = threshold; }

Callers 1

backbeat.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected