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

◆ onVocalEnd()

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

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

308 {
309 auto detector = getVocalDetector();
310 detector->onVocalEnd.add(callback);
311}
shared_ptr< detector::Vocal > getVocalDetector() FL_NOEXCEPT

References getVocalDetector(), and onVocalEnd().

Referenced by onVocal(), and onVocalEnd().

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