/[svn]/libgig/trunk/src/gig.cpp
ViewVC logotype

Diff of /libgig/trunk/src/gig.cpp

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

revision 728 by persson, Tue Jul 26 11:13:53 2005 UTC revision 773 by persson, Sat Sep 17 14:24:45 2005 UTC
# Line 1182  namespace { Line 1182  namespace {
1182              depth = 5;              depth = 5;
1183          }          }
1184          pVelocityCutoffTable = GetVelocityTable(curveType, depth,          pVelocityCutoffTable = GetVelocityTable(curveType, depth,
1185                                                  VCFCutoffController == vcf_cutoff_ctrl_none ? VCFVelocityScale : 0);                                                  VCFCutoffController <= vcf_cutoff_ctrl_none2 ? VCFVelocityScale : 0);
1186    
1187          SampleAttenuation = pow(10.0, -Gain / (20.0 * 655360));          SampleAttenuation = pow(10.0, -Gain / (20.0 * 655360));
1188      }      }

Legend:
Removed from v.728  
changed lines
  Added in v.773

  ViewVC Help
Powered by ViewVC