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

Method addInput

src/core/AudioNode.cpp:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362void AudioNode::addInput(ContextGraphLock&, std::unique_ptr<AudioNodeInput> input)
363{
364 m_inputs.emplace_back(std::move(input));
365}
366
367void AudioNode::addOutput(ContextGraphLock&, std::unique_ptr<AudioNodeOutput> output)
368{

Callers 1

connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected