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

Method onVibeLevels

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

Source from the content-addressed store, hash-verified

432}
433
434void Processor::onVibeLevels(function<void(const detector::VibeLevels&)> callback) {
435 auto detector = getVibeDetector();
436 detector->onVibeLevels.add(callback);
437}
438
439void Processor::onVibeBassSpike(function<void()> callback) {
440 auto detector = getVibeDetector();

Callers 5

runProfilerFunction · 0.80
prewarmFFTCacheFunction · 0.80
runProfilerFunction · 0.80
runProfilerFunction · 0.80
connectToEngineMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected