| 17 | } |
| 18 | |
| 19 | void TimeQuantizeOptions::prepareToPlay(double inSampleRate) |
| 20 | { |
| 21 | mSampleRate = inSampleRate; |
| 22 | } |
| 23 | |
| 24 | void TimeQuantizeOptions::processBlock(int inNumSamples) |
| 25 | { |
nothing calls this directly
no outgoing calls
no test coverage detected