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

Method desc

src/core/DynamicsCompressorNode.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 nullptr};
30
31AudioNodeDescriptor * DynamicsCompressorNode::desc()
32{
33 static AudioNodeDescriptor d {s_dcParams, nullptr};
34 return &d;
35}
36
37DynamicsCompressorNode::DynamicsCompressorNode(AudioContext& ac)
38 : AudioNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected