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

Method onEqualizer

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

Source from the content-addressed store, hash-verified

156}
157
158void Processor::onEqualizer(function<void(const detector::Equalizer&)> callback) {
159 auto detector = getEqualizerDetector();
160 detector->onEqualizer.add(callback);
161}
162
163void Processor::onEnergy(function<void(float)> callback) {
164 auto detector = getEnergyAnalyzer();

Callers 2

FL_TEST_FILEFunction · 0.80
equalizer.hppFile · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected