| 36 | |
| 37 | static const char* static_name() { return "Oscillator"; } |
| 38 | virtual const char* name() const override { return static_name(); } |
| 39 | static AudioNodeDescriptor * desc(); |
| 40 | |
| 41 | virtual void process(ContextRenderLock &, int bufferSize) override; |
nothing calls this directly
no outgoing calls
no test coverage detected