| 20 | |
| 21 | static const char* static_name() { return "Function"; } |
| 22 | virtual const char* name() const override { return static_name(); } |
| 23 | static AudioNodeDescriptor * desc(); |
| 24 | |
| 25 | void setFunction(std::function<void(ContextRenderLock & r, FunctionNode * me, int channel, float * buffer, int bufferSize)> fn) |
nothing calls this directly
no outgoing calls
no test coverage detected