/[svn]/linuxsampler/trunk/src/common/Features.h
ViewVC logotype

Log of /linuxsampler/trunk/src/common/Features.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 1723 - (view) (download) (as text) (annotate) - [selected]
Modified Sun Apr 20 08:53:39 2008 UTC (16 years ago) by schoenebeck
File length: 2439 byte(s)
Diff to previous 1424
* allow pan control of engine channels on C++ API level
* export denormals-are-zero mode feature to C++ API


Revision 1424 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 14 22:00:17 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 2439 byte(s)
Diff to previous 617 , to selected 1723
* 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 617 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 8 21:00:06 2005 UTC (18 years, 10 months ago) by schoenebeck
File length: 2431 byte(s)
Diff to previous 579 , to selected 1723
* hand-crafted assembly optimization code can be disabled with
  './configure --disable-asm' (definitely not recommended)


Revision 579 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 24 19:20:20 2005 UTC (18 years, 11 months ago) by schoenebeck
File length: 2375 byte(s)
Diff to previous 425 , to selected 1723
* src/network/lscpserver.cpp: fixed segfault
  (patch by Grigor Iliev, fixes #17)
* added man page
* final preparations for the first official release (which will be 0.3.1)


Revision 425 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 5 07:27:48 2005 UTC (19 years, 1 month ago) by persson
File length: 2202 byte(s)
Diff to previous 320 , to selected 1723
* fixed a bug that sometimes caused clicks at the beginning of samples
* added denormal number elimination for CPUs with SSE2 support


Revision 320 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Dec 13 00:53:16 2004 UTC (19 years, 4 months ago) by schoenebeck
File length: 2115 byte(s)
Diff to selected 1723
* introduced 'synthesis mode' to reduce the amount of code and conditionals
  for the current synthesis case in the main synthesis loop
* support for MMX and SSE(1) in the core synthesis algorithms (CPU feature
  detection at runtime, only x86 so far)


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