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

◆ getEngine()

ISynthEnginePtr fl::audio::SynthOscillatorImpl::getEngine ( ) const
inlineoverridevirtual

Get the engine this oscillator uses.

Implements fl::audio::ISynthOscillator.

Definition at line 69 of file synth.cpp.hpp.

69{ return mEngine; }
fl::shared_ptr< SynthEngineImpl > mEngine
Definition synth.cpp.hpp:72

References mEngine.