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

◆ onHiHat()

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

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

339 {
340 auto detector = getPercussionDetector();
341 detector->onHiHat.add(callback);
342}
shared_ptr< detector::Percussion > getPercussionDetector() FL_NOEXCEPT

References getPercussionDetector(), and onHiHat().

Referenced by onHiHat(), and onPercussion().

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