Hey Jules,
Just thought I’d give you a heads up; I just created a project with the IntroJucer for developing a VST, and the processor, from the get go, doesn’t implement the recently added method from AudioProcessor:
/** Returns true if a silent input always produces a silent output (i.e. it has no tail). */
virtual bool silenceInProducesSilenceOut() const = 0;