MCPcopy 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
162void DelayDSPKernel::reset()
163{
164 m_firstTime = true;
165 m_buffer.zero();
166}
167
168double DelayDSPKernel::tailTime(ContextRenderLock & r) const
169{

Callers

nothing calls this directly

Calls 1

zeroMethod · 0.45

Tested by

no test coverage detected