MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SetDelay

Method SetDelay

Source/DelayEffect.cpp:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void DelayEffect::SetDelay(float delay)
162{
163 mDelay = delay;
164 mDelayRamp.Start(gTime, mDelay, gTime + 10);
165 mInterval = kInterval_None;
166}
167
168void DelayEffect::SetShortMode(bool on)
169{

Callers 2

FreqDelayMethod · 0.80
PlayNoteMethod · 0.80

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected