Why Reset() not present in demo?

Hi Jules,

So there’s the prepareToPlay(), but not the Reset implemented in demo ?

This is needed, at least in Logic Audio :

void JuceDemoPluginAudioProcessor::reset ()
{
// Use this method as the place to do any pre-playback
// initialisation or buffer clearing that you need…
delayBuffer.clear();
}

Salvator

Good point, thanks!