| 31 | |
| 32 | static const char* static_name() { return "Noise"; } |
| 33 | virtual const char* name() const override { return static_name(); } |
| 34 | static AudioNodeDescriptor * desc(); |
| 35 | |
| 36 | virtual void process(ContextRenderLock &, int bufferSize) override; |
nothing calls this directly
no outgoing calls
no test coverage detected