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

Diff of /linuxsampler/trunk/src/Sampler.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1722 by schoenebeck, Sat Feb 16 01:09:33 2008 UTC revision 1723 by schoenebeck, Sun Apr 20 08:53:39 2008 UTC
# Line 531  namespace LinuxSampler { Line 531  namespace LinuxSampler {
531               */               */
532              void Reset();              void Reset();
533    
534                /**
535                 * Advise the FPU to treat denormal floating point numbers as
536                 * zero, to avoid severe performance penalty when dealing with
537                 * such extreme floating point values.
538                 *
539                 * @returns @c true if FPU supports it, @c false otherwise
540                 */
541                static bool EnableDenormalsAreZeroMode();
542    
543          protected:          protected:
544              /**              /**
545               * Notifies listeners that the number of sampler channels has been changed.               * Notifies listeners that the number of sampler channels has been changed.

Legend:
Removed from v.1722  
changed lines
  Added in v.1723

  ViewVC Help
Powered by ViewVC