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

Method destinationNode

include/LabSound/core/AudioNodeInput.h:33–33  ·  view source on GitHub ↗

Can be called from any thread.

Source from the content-addressed store, hash-verified

31
32 // Can be called from any thread.
33 AudioNode * destinationNode() const { return m_destinationNode; }
34
35 // Must be called with the context's graph lock. Static because a shared pointer to this is required
36 static void connect(ContextGraphLock &, std::shared_ptr<AudioNodeInput> fromInput, std::shared_ptr<AudioNodeOutput> toOutput);

Callers 5

isConnectedMethod · 0.80
propagateChannelCountMethod · 0.80
connectMethod · 0.80
disconnectMethod · 0.80
disconnectAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected