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

Method prepare

Source/DSP/LfoEngine.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void LfoEngine::prepare(const juce::dsp::ProcessSpec& spec)
27{
28 sampleRate = spec.sampleRate;
29}
30
31void LfoEngine::updateShape(const LfoData& shapeData)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected