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

Method numberOfRenderingConnections

src/core/AudioSummingJunction.cpp:54–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54int AudioSummingJunction::numberOfRenderingConnections(ContextRenderLock &) const
55{
56 int count = 0;
57 for (auto i : m_renderingOutputs)
58 {
59 if (!i.expired())
60 ++count;
61 }
62 return count;
63}
64
65void AudioSummingJunction::junctionConnectOutput(std::shared_ptr<AudioNodeOutput> o)
66{

Callers 2

debugTraverseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected