aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alEffect.h
Commit message (Collapse)AuthorAgeFilesLines
* Store the separate effect parameters in a unionChris Robinson2011-05-201-50/+50
|
* Add support for ALC_EXT_DEDICATEDChris Robinson2011-03-121-0/+5
|
* Use a map for the effects listChris Robinson2010-05-181-2/+0
|
* Implement a skeleton Ring Modulator effectChris Robinson2010-04-081-0/+7
|
* Move extension function declarations to alext.h/efx.hChris Robinson2010-03-231-13/+0
|
* Mark extension functions with AL_API/ALC_APIChris Robinson2010-03-231-13/+13
|
* Add EFX types and enums to alext.hChris Robinson2010-03-091-183/+0
| | | | | The types and enums are in efx.h, which is included by alext.h. It's done this way because EFX has a lot if definitions which would polute alext.h
* Store the effect and filter lists in the deviceChris Robinson2009-08-151-3/+3
|
* Add preliminary support for the EAX Reverb effectChris Robinson2009-05-291-3/+147
| | | | | Not all parameters are supported yet, though it is a little more fuctional than standard reverb
* Add the Echo effectChris Robinson2009-04-121-0/+34
|
* Add an option to disable specific EFX effect typesChris Robinson2008-11-141-0/+7
|
* Don't export extension function symbols from the libChris Robinson2008-09-061-13/+13
|
* Allow getting and setting reverb parameters, as well as setting reverb effectsChris Robinson2008-01-151-0/+17
| | | | Reverb is still not implemented. The parameters just no-op for now.
* Add reverb parametersChris Robinson2008-01-151-0/+15
|
* Add effect type enumsChris Robinson2007-12-171-0/+12
|
* Implement effect function skeletonsChris Robinson2007-12-171-0/+45