| 380 | } |
| 381 | |
| 382 | void getSamplesInFrame (FrameCount frame, SampleType* dest, ChannelCount) const |
| 383 | { |
| 384 | *dest = getSample (frame); |
| 385 | } |
| 386 | }; |
| 387 | |
| 388 | //============================================================================== |
nothing calls this directly
no outgoing calls
no test coverage detected