Files
lmms/plugins
Tobias Doerffel 5f241e6374 RemoteVstPlugin: allocate buffer for chunk on heap rather than stack
It's not a good idea to allocate the buffer for VST chunk data on the
stack as chunks might become quite big (several megabytes) and thus
could cause a stack overflow. Fix this by using new/delete.
2009-12-06 01:01:27 +01:00
..
2009-11-30 01:37:53 +01:00
2009-04-30 00:12:49 +02:00