Files
lmms/plugins
Tobias Doerffel b73474ca73 ZynAddSubFX: eliminate global data in favour of per-synth data
OscilGen::tmpsmps and OscilGen::outoscilFFTfreqs were static member
variables initialized once in LocalZynAddSubFx class. However having
this data global is not a good idea because it gets modified by each
synth (possibly in parallel), causing heavy distortion under various
circumstances. Now that this data is allocated and used per-synth
everything works fine.
2009-09-15 23:40:36 +02:00
..
2009-08-24 17:59:28 +02:00
2009-08-24 17:59:28 +02:00
2009-04-30 00:12:49 +02:00