/[svn]/linuxsampler/trunk/src/diskthread.h
ViewVC logotype

Log of /linuxsampler/trunk/src/diskthread.h

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 52)

Revision 13 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 21 15:07:23 2003 UTC (20 years, 5 months ago) by schoenebeck
File length: 4212 byte(s)
Diff to previous 10
* 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


Revision 10 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 11 23:30:47 2003 UTC (20 years, 5 months ago) by senoner
File length: 4177 byte(s)
Diff to previous 9
* src/audiothread.cpp, src/audiothread.h: added Sustain Pedal support
  implemented by postponing note-offs and leting multiple voices play
  on the same MIDI key.
* added the RTELMemoryPool Class which is a fast RT-safe memory allocator
  and list manger
* src/linuxsampler.cpp: added a voice and stream counter debug message


Revision 9 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Nov 5 14:47:10 2003 UTC (20 years, 5 months ago) by schoenebeck
File length: 3989 byte(s)
* transition from plain Makefile to autotools, source files moved to src/
* configure.in: added test for x86 architecture
* src/voice.h: x86 specific asm optimization for double to int casts only
  if compiling for x86 architecture


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC