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

Method name

include/LabSound/core/WaveShaperNode.h:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20 static const char* static_name() { return "WaveShaper"; }
21 virtual const char* name() const override { return static_name(); }
22 static AudioNodeDescriptor * desc();
23
24 // copies the curve

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected