FastLED 3.9.15
Loading...
Searching...
No Matches

◆ onVibeLevels()

void fl::audio::Processor::onVibeLevels ( function< void(const detector::VibeLevels &)> callback)

Definition at line 434 of file audio_processor.cpp.hpp.

434 {
435 auto detector = getVibeDetector();
436 detector->onVibeLevels.add(callback);
437}
shared_ptr< detector::Vibe > getVibeDetector() FL_NOEXCEPT

References getVibeDetector(), and onVibeLevels().

Referenced by onDropImpact(), and onVibeLevels().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: