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

Method desc

src/extended/FunctionNode.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16{
17
18AudioNodeDescriptor * FunctionNode::desc()
19{
20 static AudioNodeDescriptor d {nullptr, nullptr};
21 return &d;
22}
23
24FunctionNode::FunctionNode(AudioContext & ac, int channels)
25 : AudioScheduledSourceNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected