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

Method name

include/LabSound/extended/PWMNode.h:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 virtual ~PWMNode();
27 static const char* static_name() { return "PWM"; }
28 virtual const char* name() const override { return static_name(); }
29 static AudioNodeDescriptor * desc();
30};
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected