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

Method sourceNode

include/LabSound/core/AudioNodeOutput.h:31–31  ·  view source on GitHub ↗

Can be called from any thread.

Source from the content-addressed store, hash-verified

29
30 // Can be called from any thread.
31 AudioNode * sourceNode() const { return m_sourceNode; }
32
33 // Causes our AudioNode to process if it hasn't already for this render quantum.
34 // It returns the bus containing the processed audio for this output, returning inPlaceBus if in-place processing was possible.

Callers 2

debugTraverseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected