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

Method inputsAreSilent

src/core/AudioNode.cpp:639–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639bool AudioNode::inputsAreSilent(ContextRenderLock & r)
640{
641 for (auto & in : m_inputs)
642 {
643 if (!in->bus(r)->isSilent())
644 {
645 return false;
646 }
647 }
648 return true;
649}
650
651void AudioNode::silenceOutputs(ContextRenderLock & r)
652{

Callers 1

debugTraverseMethod · 0.80

Calls 2

isSilentMethod · 0.45
busMethod · 0.45

Tested by

no test coverage detected