Small warning in demo plugin


not important, but void stopNote (float velocity, bool allowTailOff) override
should be 
void stopNote (float /*velocity*/, bool allowTailOff) override
to avoid the shitty warning C4100: unreferenced formal parameter