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

Method desc

src/core/ChannelMergerNode.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17{
18
19AudioNodeDescriptor * ChannelMergerNode::desc()
20{
21 static AudioNodeDescriptor d {nullptr, nullptr};
22 return &d;
23}
24
25ChannelMergerNode::ChannelMergerNode(AudioContext & ac, int numberOfInputs_)
26 : AudioNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected