/[svn]
ViewVC logotype

Revision 12


Jump to revision: Previous Next
Author: schoenebeck
Date: Sun Nov 16 19:01:50 2003 UTC (20 years, 4 months ago)
Changed paths: 22
Log Message:
* src/gig.cpp: fixed bug in decompression algorithm which caused it not to
  detect the end of a stream and let the disk streams reload forever also
  resulting in strange sounds at the end of disk voices (concerned only
  playback of compressed gig files)
* src/audiothread.cpp: deallocation of voices when they reached the end of
  playback (thus e.g. when sustain pedal is pressed and a disk stream
  reached it's end)
* various endian corrections needed for non intel systems
* introduced debug level, you can set the debug level and thus the
  verbosity of LinuxSampler in src/global.h


Changed paths

Path Details
Directorylinuxsampler/trunk/Makefile.in modified , text changed
Directorylinuxsampler/trunk/config.h.in modified , text changed
Directorylinuxsampler/trunk/configure modified , text changed
Directorylinuxsampler/trunk/configure.in modified , text changed
Directorylinuxsampler/trunk/linuxsampler.kdevelop.pcs modified , text changed
Directorylinuxsampler/trunk/linuxsampler.kdevses modified , text changed
Directorylinuxsampler/trunk/src/DLS.cpp modified , text changed
Directorylinuxsampler/trunk/src/DLS.h modified , text changed
Directorylinuxsampler/trunk/src/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/Makefile.in modified , text changed
Directorylinuxsampler/trunk/src/RIFF.cpp modified , text changed
Directorylinuxsampler/trunk/src/RIFF.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/gig.cpp modified , text changed
Directorylinuxsampler/trunk/src/gig.h modified , text changed
Directorylinuxsampler/trunk/src/global.h modified , text changed
Directorylinuxsampler/trunk/src/linuxsampler.cpp modified , text changed
Directorylinuxsampler/trunk/src/stream.cpp modified , text changed
Directorylinuxsampler/trunk/src/voice.cpp modified , text changed
Directorylinuxsampler/trunk/src/voice.h modified , text changed

  ViewVC Help
Powered by ViewVC