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

◆ onDropEvent()

void fl::audio::Processor::onDropEvent ( function< void(const detector::Drop &)> callback)

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

424 {
425 auto detector = getDropDetector();
426 detector->onDropEvent.add(callback);
427}
shared_ptr< detector::DropDetector > getDropDetector() FL_NOEXCEPT

References getDropDetector(), and onDropEvent().

Referenced by onBuildupProgress(), and onDropEvent().

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