Hey guys

I use the OpenAL headers for a while now and I thought it would be great if I could use special effects like reverb, chorus, flanger etc.. I just read some documentation about how the effect and filter system works and I would like to start using it. The problem is that the pascal translation of the OpenAL header doesn't seem to contain the routines i need, like:

alGenEffects(), alDeleteEffects(), alEffecti(), alGenFilters() etc..

Is there a pascal translation of the effects extension of OpenAL available?

Thanks.