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

Method updateRenderingState

src/core/AudioNodeOutput.cpp:69–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void AudioNodeOutput::updateRenderingState(ContextRenderLock & r)
70{
71 if (m_numberOfChannels != m_desiredNumberOfChannels)
72 {
73 ASSERT(r.context());
74 m_numberOfChannels = m_desiredNumberOfChannels;
75 updateInternalBus();
76 propagateChannelCount(r);
77 }
78 m_renderingFanOutCount = fanOutCount();
79 m_renderingParamFanOutCount = paramFanOutCount();
80}
81
82void AudioNodeOutput::propagateChannelCount(ContextRenderLock & r)
83{

Callers 3

debugTraverseMethod · 0.45
processIfNecessaryMethod · 0.45
processMethod · 0.45

Calls 1

contextMethod · 0.45

Tested by

no test coverage detected