I have a singleton in my plugin, which distributes wavetables to the audio classes. Now i’m running into problems, since multiple instances are sharing data, which they really shouldn’t.
I know how to resolve the issues by making it not a singleton and attaching one to each pluginprocessor, but it is a considerable amount of work.
Hence the question: Is there a way to make each instance use its own singleton?
