AL_SOURCE_ABSOLUTE

Hi,

i recently updated to the latest nightly build of JOAL (2006-04-16). No big deal, but the constant “AL_SOURCE_ABSOLUTE” is no longer declared. I looked into the OpenAL specs and it seems that this const was never official declared (i cant find it in 1.0 specs nor in 1.1 specs). So my question is the result of:

al.alSourcei (sourceId, ALConstants.AL_SOURCE_ABSOLUTE,  ALConstants.AL_TRUE);

the same as

al.alSourcei (sourceId, ALConstants.AL_SOURCE_RELATIVE,  ALConstants.AL_FALSE); 

Tropper

I think so based on the comments in the headers as well as searching for AL_SOURCE_ABSOLUTE on the web.