Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ reset
Method
reset
src/internal/src/DelayDSPKernel.cpp:162–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
void DelayDSPKernel::reset()
163
{
164
m_firstTime = true;
165
m_buffer.zero();
166
}
167
168
double DelayDSPKernel::tailTime(ContextRenderLock & r) const
169
{
Callers
nothing calls this directly
Calls
1
zero
Method · 0.45
Tested by
no test coverage detected