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

Method numberOfInputs

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

Source from the content-addressed store, hash-verified

152 void addOutput(ContextGraphLock&, std::unique_ptr<AudioNodeOutput> output);
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);

Callers 6

handlePreRenderTasksMethod · 0.80
connectMethod · 0.80
disconnectMethod · 0.80
isConnectedMethod · 0.80
debugTraverseMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected