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

Method unsilenceOutputs

src/core/AudioNode.cpp:659–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659void AudioNode::unsilenceOutputs(ContextRenderLock & r)
660{
661 for (auto out : m_outputs)
662 {
663 out->bus(r)->clearSilentFlag();
664 }
665}
666
667std::shared_ptr<AudioParam> AudioNode::param(char const * const str)
668{

Callers

nothing calls this directly

Calls 2

clearSilentFlagMethod · 0.45
busMethod · 0.45

Tested by

no test coverage detected