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

Method initialize

src/core/DynamicsCompressorNode.cpp:103–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void DynamicsCompressorNode::initialize()
104{
105 if (isInitialized())
106 return;
107
108 m_dynamicsCompressor.reset(new DynamicsCompressor(2));
109
110 AudioNode::initialize();
111}
112
113void DynamicsCompressorNode::uninitialize()
114{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected