| 44 | AudioFloatArray m_delayTimes; |
| 45 | |
| 46 | DelayProcessor * delayProcessor() { return static_cast<DelayProcessor *>(processor()); } |
| 47 | size_t bufferLengthForDelay(double delayTime, double sampleRate) const; |
| 48 | }; |
| 49 |
nothing calls this directly
no outgoing calls
no test coverage detected