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

Method getEngineInternal

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

Internal access for SynthOscillatorImpl (same compilation unit)

Source from the content-addressed store, hash-verified

39
40 // Internal access for SynthOscillatorImpl (same compilation unit)
41 hw::HexWaveEngine* getEngineInternal() const { return mEngine; }
42
43private:
44 hw::HexWaveEngine* mEngine = nullptr;

Callers 2

SynthOscillatorImplMethod · 0.80
resetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected