Request: Plugin Tails

Right, so the VST wrapper is just missing the VST implementation of the nicely named method: “getGetTailSize()”:

    VstInt32 getGetTailSize()
    {
        return (VstInt32) (filter->getTailLengthSeconds() * (double) getSampleRate());
    }