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

Method name

include/LabSound/extended/DiodeNode.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35 static const char* static_name() { return "Diode"; }
36 virtual const char* name() const override { return static_name(); }
37 static AudioNodeDescriptor * desc();
38
39 void setDistortion(float distortion = 1.0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected