Main Menu

Enabling FX

Started by Arman, April 21, 2005, 07:22:32

Previous topic - Next topic

Arman

Hi,
Can someone give me a sample which enables FX please?

FSound.FSOUND_FX_Enable(playingChannel, dunno whet to put here);

Thanks

Matzon

one of these?

http://www.fmod.org/docs/HTML/FSOUND_FX_MODES.html

do note, that it is a win32 only option - and you generally have top be aware of win32/linux/mac issues with regards to availability of methods.

Arman

Thanks Matzon,
The thing is that I didn't find those in fmod package with lwjgl , do you know their values?

Arman

Ok I found them in fmod.h
But maybe thou cannst add them in the next release.

Matzon

yeah - quite few missing actually - will add this weekend