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

Method addOutput

src/core/AudioNode.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367void AudioNode::addOutput(ContextGraphLock&, std::unique_ptr<AudioNodeOutput> output)
368{
369 m_outputs.emplace_back(std::move(output));
370}
371
372void AudioNode::addInput(std::unique_ptr<AudioNodeInput> input)
373{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected