Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ processor
Method
processor
src/fl/ui/audio.cpp.hpp:22–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
UIAudio::~UIAudio() FL_NOEXCEPT {}
21
22
fl::shared_ptr<audio::Processor> UIAudio::processor() FL_NOEXCEPT {
23
if (!mProcessor) {
24
mProcessor = audio::AudioManager::instance().add(*this);
25
}
26
return mProcessor;
27
}
28
29
} // namespace fl
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected