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

Method onBass

src/fl/audio/audio_processor.cpp.hpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void Processor::onBass(function<void(float)> callback) {
139 auto detector = getFrequencyBands();
140 detector->onBassLevel.add(callback);
141}
142
143void Processor::onMid(function<void(float)> callback) {
144 auto detector = getFrequencyBands();

Callers 1

FL_TEST_FILEFunction · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected