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

Method numberOfOutputs

include/LabSound/core/AudioNode.h:155–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154 int numberOfInputs() const { return static_cast<int>(m_inputs.size()); }
155 int numberOfOutputs() const { return static_cast<int>(m_outputs.size()); }
156
157 std::shared_ptr<AudioNodeInput> input(int index);
158 std::shared_ptr<AudioNodeOutput> output(int index);

Callers 5

handlePreRenderTasksMethod · 0.80
connectMethod · 0.80
disconnectMethod · 0.80
connectParamMethod · 0.80
disconnectParamMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected