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

◆ onDownbeat()

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

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

273 {
274 auto detector = getDownbeatDetector();
275 detector->onDownbeat.add(callback);
276}
shared_ptr< detector::Downbeat > getDownbeatDetector() FL_NOEXCEPT

References getDownbeatDetector(), and onDownbeat().

Referenced by onDownbeat(), and onNoteChange().

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