MCPcopy Create free account
hub / github.com/FastLED/FastLED / create

Method create

src/fl/audio/synth.cpp.hpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96//////////////////////////////////////////////////////////////////////////////
97
98ISynthEnginePtr ISynthEngine::create(i32 width, i32 oversample) {
99 return fl::make_shared<SynthEngineImpl>(width, oversample);
100}
101
102//////////////////////////////////////////////////////////////////////////////
103// SynthEngineImpl implementation

Callers

nothing calls this directly

Calls 2

createFunction · 0.85
isValidMethod · 0.45

Tested by

no test coverage detected