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

Method disconnectAll

src/core/AudioNodeOutput.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void AudioNodeOutput::disconnectAll(ContextGraphLock & g, std::shared_ptr<AudioNodeOutput> self)
219{
220 self->disconnectAllInputs(g, self);
221 self->disconnectAllParams(g, self);
222}
223
224} // namespace lab

Callers

nothing calls this directly

Calls 2

disconnectAllInputsMethod · 0.95
disconnectAllParamsMethod · 0.95

Tested by

no test coverage detected