jules: you mentioned when i ran into problems with the previous release, that it’s not a good idea to have static objects, becasuse of some problems
could you give me/us a clew on what can/should be static and what can’t be.
what sort of objects String/AudioBuffer/Component, i mean i don’t know how bad is it that i declare static local String’s in my methods and should i perhpars use all dynamic where possible.