From 9adc20e4e727bb2a9829cf9c9a970358d094b951 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 18 Dec 2007 15:47:24 -0800 Subject: Implement AL_EFFECTSLOT_GAIN property --- Alc/ALu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Alc') diff --git a/Alc/ALu.c b/Alc/ALu.c index 061f87a1..170c7210 100644 --- a/Alc/ALu.c +++ b/Alc/ALu.c @@ -394,6 +394,7 @@ static ALvoid CalcSourceParams(ALCcontext *ALContext, ALsource *ALSource, *wetgainhf = WetGainHF; //8. Convert pannings into channel volumes + WetMix *= ALSource->Send[0].Slot.Gain; switch(OutputFormat) { case AL_FORMAT_MONO8: -- cgit v1.2.3