made sampleBuffer reentrant so that several threads can use sampleBuffer::play() simultanously - fixes crashes when using AudioFileProcessor or Patman in multithreaded mode

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@769 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-03-07 14:41:45 +00:00
parent 9cb4b82297
commit b326a99f98
5 changed files with 68 additions and 72 deletions

View File

@@ -1,3 +1,11 @@
2008-03-07 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/sample_buffer.h:
* src/lib/sample_buffer.cpp:
made sampleBuffer reentrant so that several threads can use
sampleBuffer::play() simultanously - fixes crashes when using
AudioFileProcessor or Patman in multithreaded mode
2008-03-06 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/sf2_player/sf2_player.h: