Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store the separate effect parameters in a union | Chris Robinson | 2011-05-20 | 1 | -50/+50 |
| | |||||
* | Add support for ALC_EXT_DEDICATED | Chris Robinson | 2011-03-12 | 1 | -0/+5 |
| | |||||
* | Use a map for the effects list | Chris Robinson | 2010-05-18 | 1 | -2/+0 |
| | |||||
* | Implement a skeleton Ring Modulator effect | Chris Robinson | 2010-04-08 | 1 | -0/+7 |
| | |||||
* | Move extension function declarations to alext.h/efx.h | Chris Robinson | 2010-03-23 | 1 | -13/+0 |
| | |||||
* | Mark extension functions with AL_API/ALC_API | Chris Robinson | 2010-03-23 | 1 | -13/+13 |
| | |||||
* | Add EFX types and enums to alext.h | Chris Robinson | 2010-03-09 | 1 | -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 device | Chris Robinson | 2009-08-15 | 1 | -3/+3 |
| | |||||
* | Add preliminary support for the EAX Reverb effect | Chris Robinson | 2009-05-29 | 1 | -3/+147 |
| | | | | | Not all parameters are supported yet, though it is a little more fuctional than standard reverb | ||||
* | Add the Echo effect | Chris Robinson | 2009-04-12 | 1 | -0/+34 |
| | |||||
* | Add an option to disable specific EFX effect types | Chris Robinson | 2008-11-14 | 1 | -0/+7 |
| | |||||
* | Don't export extension function symbols from the lib | Chris Robinson | 2008-09-06 | 1 | -13/+13 |
| | |||||
* | Allow getting and setting reverb parameters, as well as setting reverb effects | Chris Robinson | 2008-01-15 | 1 | -0/+17 |
| | | | | Reverb is still not implemented. The parameters just no-op for now. | ||||
* | Add reverb parameters | Chris Robinson | 2008-01-15 | 1 | -0/+15 |
| | |||||
* | Add effect type enums | Chris Robinson | 2007-12-17 | 1 | -0/+12 |
| | |||||
* | Implement effect function skeletons | Chris Robinson | 2007-12-17 | 1 | -0/+45 |