OneShot static functions

Hello. I’m working on some modifications to the OneShot plugin. I’m wondering why the class declaration is peppered with static declarations?! Since there is only one instance of this class, there is no need to declare any classwide (which is the meaning of static) members, is there? @algernon and others…

At one point in the distant past, static made a few things smaller. Nowadays, there’s not much point of it, I suppose.

1 Like