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

Diff of /linuxsampler/trunk/src/lib/fileloader/libgig/gig.cpp

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

revision 406 by schoenebeck, Thu Feb 17 02:53:45 2005 UTC revision 407 by persson, Wed Feb 23 19:14:14 2005 UTC
# Line 1125  namespace gig { namespace { Line 1125  namespace gig { namespace {
1125                                      VelocityResponseCurveScaling);                                      VelocityResponseCurveScaling);
1126              (*pVelocityTables)[tableKey] = pVelocityAttenuationTable; // put the new table into the tables map              (*pVelocityTables)[tableKey] = pVelocityAttenuationTable; // put the new table into the tables map
1127          }          }
1128    
1129            SampleAttenuation = pow(10.0, -Gain / (20.0 * 655360));
1130      }      }
1131    
1132      leverage_ctrl_t DimensionRegion::DecodeLeverageController(_lev_ctrl_t EncodedController) {      leverage_ctrl_t DimensionRegion::DecodeLeverageController(_lev_ctrl_t EncodedController) {

Legend:
Removed from v.406  
changed lines
  Added in v.407

  ViewVC Help
Powered by ViewVC