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