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

◆ onChordEnd()

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

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

359 {
360 auto detector = getChordDetector();
361 detector->onChordEnd.add(callback);
362}
shared_ptr< detector::ChordDetector > getChordDetector() FL_NOEXCEPT

References getChordDetector(), and onChordEnd().

Referenced by onChordChange(), and onChordEnd().

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