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

Method onMid

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

Source from the content-addressed store, hash-verified

141}
142
143void Processor::onMid(function<void(float)> callback) {
144 auto detector = getFrequencyBands();
145 detector->onMidLevel.add(callback);
146}
147
148void Processor::onTreble(function<void(float)> callback) {
149 auto detector = getFrequencyBands();

Callers 1

FL_TEST_FILEFunction · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected