--- libgig/trunk/src/gig.cpp 2005/02/23 13:49:16 405 +++ libgig/trunk/src/gig.cpp 2005/02/23 19:11:07 406 @@ -1125,6 +1125,8 @@ VelocityResponseCurveScaling); (*pVelocityTables)[tableKey] = pVelocityAttenuationTable; // put the new table into the tables map } + + SampleAttenuation = pow(10.0, -Gain / (20.0 * 655360)); } leverage_ctrl_t DimensionRegion::DecodeLeverageController(_lev_ctrl_t EncodedController) {