Returns a pointer to the beginning of the output samples. This function is provided for accessing the output samples directly. Please be careful for not to corrupt the book-keeping! When using this function to output samples, also remember to 'remove' the output samples from the buffer by calling the 'receiveSamples(numSamples)' function
| 176 | /// output samples from the buffer by calling the |
| 177 | /// 'receiveSamples(numSamples)' function |
| 178 | virtual SAMPLETYPE *ptrBegin() |
| 179 | { |
| 180 | return output->ptrBegin(); |
| 181 | } |
| 182 | |
| 183 | public: |
| 184 |