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

Diff of /linuxsampler/trunk/src/engines/common/BiquadFilter.h

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

revision 617 by schoenebeck, Wed Jun 8 21:00:06 2005 UTC revision 685 by persson, Tue Jul 5 19:30:37 2005 UTC
# Line 72  namespace LinuxSampler { Line 72  namespace LinuxSampler {
72              bq_t y1;              bq_t y1;
73              bq_t y2;              bq_t y2;
74    
75    #if __GNUC__ >= 4
76                float fbc;
77    #else
78              const static float fbc = 0.98;              const static float fbc = 0.98;
79    #endif
80    
81              /**              /**
82               * Prevent \a f from going into denormal mode which would slow down               * Prevent \a f from going into denormal mode which would slow down
# Line 87  namespace LinuxSampler { Line 91  namespace LinuxSampler {
91          public:          public:
92              BiquadFilter() {              BiquadFilter() {
93                  Reset();                  Reset();
94    #if __GNUC__ >= 4
95                    fbc = 0.98f;
96    #endif
97              }              }
98    
99              void Reset() {              void Reset() {

Legend:
Removed from v.617  
changed lines
  Added in v.685

  ViewVC Help
Powered by ViewVC