added helper thread processWatcher which monitors the remote plugin process - if it terminates unexpectedly, invalidate remotePlugin so LMMS doesn't lock up - fixes crashes and lockups when using VST plugins or ZynAddSubFX plugin

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1762 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-10-17 22:36:08 +00:00
parent 0610429ea3
commit 820c5ec8ba
3 changed files with 134 additions and 18 deletions

View File

@@ -1,3 +1,12 @@
2008-10-17 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/remote_plugin.h:
* src/core/remote_plugin.cpp:
added helper thread processWatcher which monitors the remote plugin
process - if it terminates unexpectedly, invalidate remotePlugin so
LMMS doesn't lock up - fixes crashes and lockups when using VST
plugins or ZynAddSubFX plugin
2008-10-16 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/piano.cpp: