MCPcopy 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

20UIAudio::~UIAudio() FL_NOEXCEPT {}
21
22fl::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

addMethod · 0.45

Tested by

no test coverage detected