| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected