/[svn]
ViewVC logotype

Revision 13


Jump to revision: Previous Next
Author: schoenebeck
Date: Fri Nov 21 15:07:23 2003 UTC (20 years, 4 months ago)
Changed paths: 10
Log Message:
* src/voice.cpp: fixed bug which caused a voice not free it's disk stream
  when the whole sample was already played back and the voice was going to
  free itself resulting in outage of unused disk streams after a while
* src/audioio.cpp: implemented automatic fallback to ALSA plughw when the
  sound card doesn't support one of the hardware parameters
* src/linuxsampler.cpp: solved segmentation fault issue when receiving a
  SIGINT which was caused due to the fact that all threads entered the
  signal handler (there still seems to occur a segfault on some certain
  circumstances though)
* added print out of all-time maximum usage of voices and streams and the
  current number of unused streams
* src/thread.cpp: the StopThread() method will now block until the
  associated thread actually stopped it's execution


Changed paths

Path Details
Directorylinuxsampler/trunk/src/audioio.cpp modified , text changed
Directorylinuxsampler/trunk/src/audioio.h modified , text changed
Directorylinuxsampler/trunk/src/audiothread.cpp modified , text changed
Directorylinuxsampler/trunk/src/audiothread.h modified , text changed
Directorylinuxsampler/trunk/src/diskthread.cpp modified , text changed
Directorylinuxsampler/trunk/src/diskthread.h modified , text changed
Directorylinuxsampler/trunk/src/linuxsampler.cpp modified , text changed
Directorylinuxsampler/trunk/src/thread.cpp modified , text changed
Directorylinuxsampler/trunk/src/thread.h modified , text changed
Directorylinuxsampler/trunk/src/voice.cpp modified , text changed

  ViewVC Help
Powered by ViewVC