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

Method name

include/LabSound/core/ChannelMergerNode.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21 static const char* static_name(){ return "ChannelMerger"; }
22 virtual const char* name() const override { return static_name(); }
23 static AudioNodeDescriptor * desc();
24
25 void addInputs(int n);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected