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

Method desc

src/extended/PeakCompNode.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39AudioNodeDescriptor * PeakCompNode::desc()
40{
41 static AudioNodeDescriptor d {s_pcParams, nullptr};
42 return &d;
43}
44
45
46class PeakCompNode::PeakCompNodeInternal : public AudioProcessor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected