Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify and fix some filter gain calculations | Chris Robinson | 2013-05-27 | 1 | -5/+5 |
| | |||||
* | Use ALfilterState for the modulator high pass filter | Chris Robinson | 2013-05-27 | 1 | -25/+12 |
| | |||||
* | Use ALfilterState for the master echo and reverb filters | Chris Robinson | 2013-05-27 | 3 | -21/+24 |
| | |||||
* | Move ALEQFilter to alFilter.c/h and rename it to ALfilterState | Chris Robinson | 2013-05-27 | 1 | -107/+10 |
| | |||||
* | Cleanup the ALeffectStateFactory_create methods | Chris Robinson | 2013-05-27 | 9 | -9/+18 |
| | | | | | Get rid of the ALeffectStateFactory_create macro, and use the VCALL_NOARGS helper (requires adding the 'this' factory parameter). | ||||
* | Rename a variable | Chris Robinson | 2013-05-26 | 1 | -8/+8 |
| | |||||
* | Pre-apply the a[0] EQ filter coefficient | Chris Robinson | 2013-05-26 | 1 | -5/+11 |
| | | | | Saves 20 fp divisions per sample | ||||
* | Use the helper macros in more places | Chris Robinson | 2013-05-26 | 7 | -343/+237 |
| | |||||
* | Add helper macros to set an error and return, and use it in a few places | Chris Robinson | 2013-05-26 | 3 | -85/+47 |
| | |||||
* | Use an ALeffectProps union to store the effect properties | Chris Robinson | 2013-05-25 | 8 | -232/+262 |
| | |||||
* | Use a Delete method for deletable objects | Chris Robinson | 2013-05-25 | 9 | -85/+19 |
| | |||||
* | Update the Null effect so it can act as a guide to new effects | Chris Robinson | 2013-05-25 | 2 | -22/+101 |
| | |||||
* | Use vtables for setting effect properties | Chris Robinson | 2013-05-24 | 9 | -117/+136 |
| | |||||
* | Move remaining effects to the effects subdir | Chris Robinson | 2013-05-23 | 7 | -0/+2573 |
| | |||||
* | Move reverb to the effects subdir | Chris Robinson | 2013-05-23 | 1 | -0/+1841 |
| | |||||
* | Move the AL_EFFECT_NULL state into a separate file | Chris Robinson | 2013-05-23 | 1 | -0/+104 |