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

◆ remove()

void fl::audio::AudioManager::remove ( shared_ptr< Processor > processor)

Definition at line 76 of file audio_manager.cpp.hpp.

76 {
77 if (!proc) {
78 return;
79 }
80 if (processor() == proc) {
81 processor().reset();
82 }
83}
shared_ptr< Processor > & processor() FL_NOEXCEPT

References processor().

Referenced by CFastLED::remove().

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