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

Method bus

src/core/AudioNodeOutput.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126AudioBus * AudioNodeOutput::bus(ContextRenderLock & r) const
127{
128 // only legal during rendering because an in-place bus might have been supplied to pull
129 ASSERT(r.context());
130 return m_inPlaceBus ? m_inPlaceBus : m_internalBus.get();
131}
132
133int AudioNodeOutput::fanOutCount()
134{

Callers

nothing calls this directly

Calls 2

getMethod · 0.80
contextMethod · 0.45

Tested by

no test coverage detected