/[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 384 by schoenebeck, Thu Feb 17 02:22:26 2005 UTC revision 406 by persson, Wed Feb 23 19:11:07 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.384  
changed lines
  Added in v.406

  ViewVC Help
Powered by ViewVC