/[svn]/linuxsampler/trunk/benchmarks
ViewVC logotype

Log of /linuxsampler/trunk/benchmarks

View Directory Listing Directory Listing


Sticky Revision:

Revision 1424 - Directory Listing
Modified Sun Oct 14 22:00:17 2007 UTC (16 years, 5 months ago) by schoenebeck
* code cleanup:
- global.h now only covers global definitions that are needed for the C++
  API header files, all implementation internal global definitions are now
  in global_private.h
- atomic.h is not exposed to the C++ API anymore (replaced the references
  in SynchronizedConfig.h for this with local definitions)
- no need to include config.h anymore for using LS's API header files
- DB instruments classes are not exposed to the C++ API
- POSIX callback functions of Thread.h are hidden
- the (optional) gig Engine benchmark compiles again
- updated Doxyfile.in
- fixed warnings in API doc generation
* preparations for release 0.5.0


Revision 903 - Directory Listing
Modified Sat Jul 22 14:22:53 2006 UTC (17 years, 8 months ago) by persson
* real support for 24 bit samples - samples are not truncated to 16
  bits anymore
* support for aftertouch (channel pressure, not polyphonic aftertouch)


Revision 851 - Directory Listing
Modified Tue Apr 11 17:56:26 2006 UTC (17 years, 11 months ago) by schoenebeck
* added synthesis benchmark for gig::Engine


Revision 723 - Directory Listing
Modified Sun Jul 24 20:01:39 2005 UTC (18 years, 8 months ago) by schoenebeck
oops, don't bother the user with RAW files ;)


Revision 720 - Directory Listing
Modified Sun Jul 24 18:22:56 2005 UTC (18 years, 8 months ago) by senkov
Added a variation of LFOTriangleIntMath using abs()


Revision 717 - Directory Listing
Modified Sun Jul 24 10:26:17 2005 UTC (18 years, 8 months ago) by schoenebeck
Added "real" implementations of the triangle LFOs. Unfortunately
I introduced some bugs - the output results don't look like they should.
This has to be fixed.


Revision 714 - Directory Listing
Added Sat Jul 23 21:55:38 2005 UTC (18 years, 8 months ago) by schoenebeck
added benchmark to automatically detect the best triangle LFO
implementation (currently either an integer math solution or a
di-harmonic approximation), automatic detection can be overriden
with --enable-signed-triang-algo=x and --enable-unsigned-triang-algo=x
configure script argument though (mandatory for cross-compilation)
---
actual implementations of the new LFO solutions in LS will follow soon


  ViewVC Help
Powered by ViewVC