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

Method setPhaseDelta

Source/DSP/LfoEngine.cpp:146–149  ·  view source on GitHub ↗

Call this from your processor before each block to set the LFO speed. The processor is responsible for calculating the correct delta for Hz or BPM sync.

Source from the content-addressed store, hash-verified

144// Call this from your processor before each block to set the LFO speed.
145// The processor is responsible for calculating the correct delta for Hz or BPM sync.
146void LfoEngine::setPhaseDelta(float newPhaseDelta)
147{
148 phaseDelta = newPhaseDelta;
149}
150
151void LfoEngine::setPhase(float newPhase)
152{

Callers 1

generateLfoOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected