| 96 | virtual bool propagatesSilence(ContextRenderLock & r) const override; |
| 97 | virtual double tailTime(ContextRenderLock & r) const override { return 0; } |
| 98 | virtual double latencyTime(ContextRenderLock & r) const override { return 0; } |
| 99 | |
| 100 | bool RenderGranulation(ContextRenderLock &, AudioBus *, int destinationFrameOffset, int numberOfFrames); |
| 101 |
nothing calls this directly
no outgoing calls
no test coverage detected