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

◆ onKeyEnd()

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

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

374 {
375 auto detector = getKeyDetector();
376 detector->onKeyEnd.add(callback);
377}
shared_ptr< detector::KeyDetector > getKeyDetector() FL_NOEXCEPT

References getKeyDetector(), and onKeyEnd().

Referenced by onKeyChange(), and onKeyEnd().

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