Add a global option to apply a reverb effect on source send 0
commit51e81f4867a02001f390222b6ce86bf212a38bd6
authorChris Robinson <chris.kcat@gmail.com>
Fri, 20 Jan 2012 03:30:03 +0000 (19 19:30 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Fri, 20 Jan 2012 03:30:03 +0000 (19 19:30 -0800)
tree8391b8f6dee8924223a80140a67f644a53b5fa7d
parentae7b61b040059f7112ad6fb38340b8c25d3393b7
Add a global option to apply a reverb effect on source send 0

A special slot on the device is created and processed, so it can be shared
across all contexts on the device. Sources that don't have a slot set on send 0
will use this special slot instead.
Alc/ALc.c
Alc/ALu.c
OpenAL32/Include/alAuxEffectSlot.h
OpenAL32/Include/alEffect.h
OpenAL32/Include/alMain.h
OpenAL32/alAuxEffectSlot.c
OpenAL32/alEffect.c