| 32 | void processBuffer(ContextRenderLock&, const float* source, float* destination, int framesToProcess); |
| 33 | virtual double tailTime(ContextRenderLock& r) const override { return 0.; } |
| 34 | virtual double latencyTime(ContextRenderLock& r) const override { return 0.; } |
| 35 | |
| 36 | std::vector<float> m_curve; |
| 37 | std::vector<float>* m_newCurve = nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected