| 230 | } |
| 231 | |
| 232 | void KarplusStrongVoice::ClearVoice() |
| 233 | { |
| 234 | mBuffer.ClearBuffer(); |
| 235 | mFilteredSample = 0; |
| 236 | mActive = false; |
| 237 | } |
| 238 | |
| 239 | void KarplusStrongVoice::SetVoiceParams(IVoiceParams* params) |
| 240 | { |
nothing calls this directly
no test coverage detected