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

Method junctionDisconnectAllOutputs

src/core/AudioSummingJunction.cpp:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void AudioSummingJunction::junctionDisconnectAllOutputs()
103{
104 std::lock_guard<std::mutex> lock(junctionMutex);
105 m_connectedOutputs.clear();
106 m_renderingStateNeedUpdating = true;
107}
108
109void AudioSummingJunction::changedOutputs(ContextGraphLock &)
110{

Callers 1

disconnectAllMethod · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected