/[svn]
ViewVC logotype

Revision 80


Jump to revision: Previous Next
Author: schoenebeck
Date: Sun May 23 19:16:33 2004 UTC (19 years, 10 months ago)
Changed paths: 29
Log Message:
* biquad filter parameters are now calculated outside the interpolate
  loop for better performance
* couple of loop unroll optimizations
* filter is now enabled by default
* cubic interpolation is now enabled by default
* reduced debug level to 1 to lower verbosity
* raised default limit for voices to 128
* raised default limit for streams to 150
* added some compiler optimization flags (-ffast-math -march -mcpu)


Changed paths

Path Details
Directorylinuxsampler/trunk/Makefile.in modified , text changed
Directorylinuxsampler/trunk/acconfig.h deleted
Directorylinuxsampler/trunk/configure.in modified , text changed
Directorylinuxsampler/trunk/src/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/Makefile.in modified , text changed
Directorylinuxsampler/trunk/src/audiodriver/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/audiodriver/Makefile.in modified , text changed
Directorylinuxsampler/trunk/src/common/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/common/Makefile.in modified , text changed
Directorylinuxsampler/trunk/src/engines/Makefile.in modified , text changed
Directorylinuxsampler/trunk/src/engines/common/BiquadFilter.h modified , text changed
Directorylinuxsampler/trunk/src/engines/common/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/engines/common/Makefile.in modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/DiskThread.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Engine.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Engine.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Filter.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Makefile.in modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Voice.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Voice.h modified , text changed
Directorylinuxsampler/trunk/src/lib/Makefile.in modified , text changed
Directorylinuxsampler/trunk/src/lib/fileloader/Makefile.in modified , text changed
Directorylinuxsampler/trunk/src/lib/fileloader/libgig/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/lib/fileloader/libgig/Makefile.in modified , text changed
Directorylinuxsampler/trunk/src/mididriver/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/mididriver/Makefile.in modified , text changed
Directorylinuxsampler/trunk/src/network/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/network/Makefile.in modified , text changed

  ViewVC Help
Powered by ViewVC