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

Method numberOfChannels

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

Source from the content-addressed store, hash-verified

48
49 void setNumberOfChannels(ContextRenderLock &, int);
50 int numberOfChannels() const { return m_numberOfChannels; }
51 bool isChannelCountKnown() const { return numberOfChannels() > 0; }
52
53 bool isConnected() { return fanOutCount() > 0 || paramFanOutCount() > 0; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected