--- linuxsampler/trunk/src/engines/gig/Voice.cpp 2005/02/11 13:13:54 368 +++ linuxsampler/trunk/src/engines/gig/Voice.cpp 2005/02/23 19:14:14 407 @@ -326,6 +326,8 @@ Volume = pDimRgn->GetVelocityAttenuation(itNoteOnEvent->Param.Note.Velocity) / 32768.0f; // we downscale by 32768 to convert from int16 value range to DSP value range (which is -1.0..1.0) + Volume *= pDimRgn->SampleAttenuation; + // setup EG 1 (VCA EG) { // get current value of EG1 controller