Stop using private variables in virtual functions please!

Hey man, I’ve got some feed back here on NumSamplesToGeneratePerCallback. If I have a sample rate of 44100, and I wanted to generate 1 second of data I’ll have to queue audio in chunks the size of NumSamplesToGeneratePerCallback. If I want to put 44100 as NumSamplesToGeneratePerCallback, I can’t. There seems to bee a glass limit around ~8200 samples at the highest I can go. Is this intentional? Because at 8000 samples or so, that’s not enough to hear if I call less than once every 1/5 second.

I’m doing some more testing right now, but It’s pretty confirmed that there is a limit on the NumSamplesPerCallback I can set it to.