| 108 | |
| 109 | static const char* static_name() { return "Granulation"; } |
| 110 | virtual const char* name() const override { return static_name(); } |
| 111 | static AudioNodeDescriptor * desc(); |
| 112 | |
| 113 | virtual void process(ContextRenderLock &, int bufferSize) override; |
nothing calls this directly
no outgoing calls
no test coverage detected