aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alEffect.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing config.h includesChris Robinson2008-01-161-3/+2
|
* Allow getting and setting reverb parameters, as well as setting reverb effectsChris Robinson2008-01-151-49/+293
| | | | Reverb is still not implemented. The parameters just no-op for now.
* Fix allocation of multiple effect slots, effects, and filtersChris Robinson2008-01-151-0/+2
|
* Fix some copy/paste errorsChris Robinson2008-01-151-1/+1
|
* Merge branch 'master' into efx-experimentChris Robinson2007-12-311-0/+2
|
* Don't allow properties on effect and filter name 0Chris Robinson2007-12-181-8/+8
|
* Implement AL_EFFECT_TYPE propertyChris Robinson2007-12-181-8/+23
| | | | Only the null effect type is accepted, right now
* Don't attempt to free null effects or filtersChris Robinson2007-12-171-1/+1
|
* 0 is a valid filter and effect nameChris Robinson2007-12-171-1/+1
|
* Implement effect function skeletonsChris Robinson2007-12-171-0/+368