MCPcopy Create free account
hub / github.com/LabSound/LabSound / initialize

Method initialize

src/internal/src/AudioDSPKernelProcessor.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void AudioDSPKernelProcessor::initialize()
21{
22 if (isInitialized())
23 return;
24
25 m_initialized = true;
26 m_hasJustReset = true;
27}
28
29void AudioDSPKernelProcessor::uninitialize()
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected