Adds 'numsamples' pcs of samples from the 'samples' memory position into the input of the object.
| 566 | // Adds 'numsamples' pcs of samples from the 'samples' memory position into |
| 567 | // the input of the object. |
| 568 | void TDStretch::putSamples(const SAMPLETYPE *samples, uint nSamples) |
| 569 | { |
| 570 | // Add the samples into the input buffer |
| 571 | inputBuffer.putSamples(samples, nSamples); |
| 572 | // Process the samples in input buffer |
| 573 | processSamples(); |
| 574 | } |
| 575 | |
| 576 | |
| 577 |
no outgoing calls
no test coverage detected