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

Method ChannelSplitterNode

src/core/ChannelSplitterNode.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23ChannelSplitterNode::ChannelSplitterNode(AudioContext & ac, int numberOfOutputs_)
24 : AudioNode(ac, *desc())
25{
26 addInput(std::unique_ptr<AudioNodeInput>(new AudioNodeInput(this)));
27 addOutputs(numberOfOutputs_);
28 initialize();
29}
30
31void ChannelSplitterNode::addOutputs(int numberOfOutputs_)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected