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

Method uninitialize

src/core/DynamicsCompressorNode.cpp:113–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void DynamicsCompressorNode::uninitialize()
114{
115 if (!isInitialized())
116 return;
117
118 AudioNode::uninitialize();
119
120 m_dynamicsCompressor.reset();
121}
122
123double DynamicsCompressorNode::tailTime(ContextRenderLock & r) const
124{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected