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

Method updateInternalBus

src/core/AudioNodeOutput.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void AudioNodeOutput::updateInternalBus()
62{
63 if (numberOfChannels() == m_internalBus->numberOfChannels())
64 return;
65
66 m_internalBus.reset(new AudioBus(numberOfChannels(), AudioNode::ProcessingSizeInFrames));
67}
68
69void AudioNodeOutput::updateRenderingState(ContextRenderLock & r)
70{

Callers

nothing calls this directly

Calls 2

numberOfChannelsMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected