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

Method setAdaptive

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

Enable/disable adaptive threshold learning (default: true) */

Source from the content-addressed store, hash-verified

110
111 /** Enable/disable adaptive threshold learning (default: true) */
112 void setAdaptive(bool enable) { mAdaptive = enable; }
113
114 /** Share an external Beat instance */
115 void setBeatDetector(shared_ptr<Beat> beatDetector);

Callers 1

backbeat.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected