i notice that all the Juce audio demos i have seen write to the AudioSampleBuffer by getting a write pointer and then stepping the pointer forward while the block is written.
is there a big performance bonus for doing it this way? if i just wanna avoid the pointers and use AudioSampleBuffer::setSample, is that going to be significantly slower?