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

Method name

include/LabSound/extended/ClipNode.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33 static const char* static_name() { return "Clip"; }
34 virtual const char* name() const override { return static_name(); }
35 static AudioNodeDescriptor * desc();
36
37 void setMode(Mode m);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected