Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
void DelayEffect::SetDelay(float delay)
162
{
163
mDelay = delay;
164
mDelayRamp.Start(gTime, mDelay, gTime + 10);
165
mInterval = kInterval_None;
166
}
167
168
void DelayEffect::SetShortMode(bool on)
169
{
Callers
2
FreqDelay
Method · 0.80
PlayNote
Method · 0.80
Calls
1
Start
Method · 0.45
Tested by
no test coverage detected