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

Method addInputs

src/core/ChannelMergerNode.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void ChannelMergerNode::addInputs(int n)
35{
36 // Create the requested number of inputs.
37 for (int i = 0; i < n; ++i)
38 addInput(std::unique_ptr<AudioNodeInput>(new AudioNodeInput(this)));
39}
40
41void ChannelMergerNode::process(ContextRenderLock & r, int bufferSize)
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected