MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / LfoEngine

Method LfoEngine

Source/DSP/LfoEngine.cpp:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "LfoEngine.h"
12
13LfoEngine::LfoEngine()
14{
15 // The size of the lookup table (1024) is a good balance between precision and memory usage.
16 wavetable.initialise([](float x)
17 { return 0.0f; },
18 1024); // Initialize with silence
19}
20
21void LfoEngine::reset()
22{

Callers

nothing calls this directly

Calls 1

initialiseMethod · 0.45

Tested by

no test coverage detected