EFX example code

Hi,
The game I’m currently working on has a sound engine based on Joal, and I’ve been trying to integrate effects using EFX lately, with no great success. More precisely, everything works, and no errors are returned, but no effects seem to be applied :confused:
Would anyone have some piece of code (or a link to a demo) using efx with joal, so that I can locate the problem more precisely within my code ?

Thanks in advance :slight_smile:

Maybe take a look at the JOAL demos package as it has a Java version of the EFX demo from the OpenAL 1.1 SDK.

Oups, I had missed that.
Thanks a lot :slight_smile: