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

◆ onSnare()

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

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

334 {
335 auto detector = getPercussionDetector();
336 detector->onSnare.add(callback);
337}
shared_ptr< detector::Percussion > getPercussionDetector() FL_NOEXCEPT

References getPercussionDetector(), and onSnare().

Referenced by onPercussion(), and onSnare().

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