IntroJucer: Making Plugin - Missing Pure Virtual Method

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;

I thought I already sorted that out?

Damnit! I guess I wasn’t using an up to date version of the IntroJucer - sorry!