Files
lmms/plugins
Tobias Doerffel 9c27956414 ZynAddSubFX: allocate spectrum on heap instead of stack
When loading some presets the PADnoteParameters spectrum size is 524288
or even bigger resulting in a stack allocation of 2 MB or more.
This results in a stack overflow on Win32 and thus crashes LMMS. Fix this
by allocating the spectrum on the heap instead.

Closes #543.
2014-04-30 15:20:44 +02:00
..
2014-03-15 21:14:55 +02:00
2014-03-22 01:03:28 -04:00
2014-03-19 00:31:29 +02:00
2014-03-21 17:23:25 +01:00