--- linuxsampler/trunk/src/engines/gig/Voice.cpp 2004/05/23 20:17:31 84 +++ linuxsampler/trunk/src/engines/gig/Voice.cpp 2004/06/05 20:55:50 111 @@ -520,7 +520,7 @@ void Voice::Render(uint Samples) { // Reset the synthesis parameter matrix - pEngine->ResetSynthesisParameters(Event::destination_vca, this->Volume); + pEngine->ResetSynthesisParameters(Event::destination_vca, this->Volume * pEngine->GlobalVolume); pEngine->ResetSynthesisParameters(Event::destination_vco, this->PitchBase); #if ENABLE_FILTER pEngine->ResetSynthesisParameters(Event::destination_vcfc, VCFCutoffCtrl.fvalue);