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

◆ onBeat()

void fl::audio::Processor::onBeat ( function< void()> callback)

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

98 {
99 auto detector = getBeatDetector();
100 detector->onBeat.add(callback);
101}
shared_ptr< detector::Beat > getBeatDetector() FL_NOEXCEPT

References getBeatDetector(), and onBeat().

Referenced by ~Processor(), and onBeat().

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