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

Method desc

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected