prepareToPlay from AudioProcessorPlayer

Hi Jules,

What is the purpose that the method

void AudioProcessorPlayer::prepareToPlay ( double sampleRate, int blockSize, int numChansIn, int numChansOut )

is public?

AFAIK it is only called internally by audioDeviceAboutToStart()

Gabriel

Good question… actually, although it’s used internally, there’s no reason why it should be public - I guess it was probably left in the public section by mistake. Thanks!