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

Method output

src/core/AudioNode.cpp:382–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382std::shared_ptr<AudioNodeOutput> AudioNode::output(char const* const str)
383{
384 for (auto & i : m_outputs)
385 {
386 if (i->name() == str)
387 return i;
388 }
389 return {};
390}
391
392
393// safe without a Render lock because vector is immutable

Callers 4

processMethod · 0.80
processMethod · 0.80
handlePreRenderTasksMethod · 0.80
processMethod · 0.80

Calls 2

sizeMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected