M mlady macrumors member Original poster Sep 18, 2008 31 0 May 4, 2009 #1 Hi here, I have this annoying problem! I can't figure out how to use SoundEngine_SetEffectPosition() for changing the volume of a Looping sound effect. I have been struggeling for 4 hours! Can anybody please help me? Thanks.
Hi here, I have this annoying problem! I can't figure out how to use SoundEngine_SetEffectPosition() for changing the volume of a Looping sound effect. I have been struggeling for 4 hours! Can anybody please help me? Thanks.
N Niiro13 macrumors 68000 Feb 12, 2008 1,719 0 Illinois May 4, 2009 #2 Volume? Volume is adjusted by PHP: SoundEngine_SetEffectLevel(UInt32 inEffectID, Float32 inValue); You use it like: PHP: SoundEngine_SetEffectLevel(mySound, 0.5); // from 0.0 to 1.0 It's right above SetEffectPosition in the header .
Volume? Volume is adjusted by PHP: SoundEngine_SetEffectLevel(UInt32 inEffectID, Float32 inValue); You use it like: PHP: SoundEngine_SetEffectLevel(mySound, 0.5); // from 0.0 to 1.0 It's right above SetEffectPosition in the header .