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

◆ onKick()

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

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

329 {
330 auto detector = getPercussionDetector();
331 detector->onKick.add(callback);
332}
shared_ptr< detector::Percussion > getPercussionDetector() FL_NOEXCEPT

References getPercussionDetector(), and onKick().

Referenced by onKick(), and onPercussion().

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