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

Method addInput

src/core/AudioNodeOutput.cpp:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void AudioNodeOutput::addInput(ContextGraphLock & g, std::shared_ptr<AudioNodeInput> input)
154{
155 if (!input)
156 return;
157
158 m_inputs.emplace_back(input);
159 input->setDirty();
160}
161
162void AudioNodeOutput::removeInput(ContextGraphLock & g, std::shared_ptr<AudioNodeInput> input)
163{

Callers

nothing calls this directly

Calls 1

setDirtyMethod · 0.80

Tested by

no test coverage detected