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

Method name

include/LabSound/core/ChannelSplitterNode.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22 static const char* static_name() { return "ChannelSplitter"; }
23 virtual const char* name() const override { return static_name(); }
24 static AudioNodeDescriptor * desc();
25
26 void addOutputs(int numberOfOutputs);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected