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

◆ onDrop()

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

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

419 {
420 auto detector = getDropDetector();
421 detector->onDrop.add(callback);
422}
shared_ptr< detector::DropDetector > getDropDetector() FL_NOEXCEPT

References getDropDetector(), and onDrop().

Referenced by onBuildupProgress(), and onDrop().

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