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

Method isConnected

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

Source from the content-addressed store, hash-verified

51 bool isChannelCountKnown() const { return numberOfChannels() > 0; }
52
53 bool isConnected() { return fanOutCount() > 0 || paramFanOutCount() > 0; }
54
55 // updateRenderingState() is called in the audio thread at the start or end of the render quantum to handle any recent changes to the graph state.
56 void updateRenderingState(ContextRenderLock &);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected