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

Method desc

src/core/WaveShaperNode.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace lab {
16
17AudioNodeDescriptor * WaveShaperNode::desc()
18{
19 static AudioNodeDescriptor d {nullptr, nullptr};
20 return &d;
21}
22
23WaveShaperNode::WaveShaperNode(AudioContext& ac)
24: AudioNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected