Page 1 of 1

To time consuming to initilize the plugin each time

Posted: September 20th, 2006, 6:11 pm
by cyberv
I'm working on a VU meter / spectrum analyzer for the wave table...

Its takes a few milliseconds to startup the plugin, so i cant do this each time LCD smartie calls the function. Is there some way of initilize a object in the function the first time the function is called and them keep that instance of the object between the function calls???

Posted: September 20th, 2006, 7:15 pm
by cyberv
Ah, i didnt release that LCD Smartie keept the instance for each function call! ;)