| 36 | virtual bool propagatesSilence(ContextRenderLock & r) const override; |
| 37 | virtual double tailTime(ContextRenderLock & r) const override { return 0; } |
| 38 | virtual double latencyTime(ContextRenderLock & r) const override { return 0; } |
| 39 | |
| 40 | std::function<void(ContextRenderLock & r, FunctionNode * me, int channel, float * values, int bufferSize)> _function; |
| 41 |
nothing calls this directly
no outgoing calls
no test coverage detected