aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects
Commit message (Collapse)AuthorAgeFilesLines
* Use a helper macro for pi*2Chris Robinson2013-10-086-15/+12
|
* Use inline initialization for effect state factory vtablesChris Robinson2013-10-0711-145/+66
|
* Constify the effect parameter of effect gettersChris Robinson2013-10-0711-56/+49
|
* Use the UNUSED macro in the effectsChris Robinson2013-10-0711-110/+60
|
* Use a macro for the silence thresholdChris Robinson2013-10-0610-21/+22
|
* Implement the Compressor effectChris Robinson2013-10-031-0/+216
|
* Convert autowah.c line-endingsChris Robinson2013-10-031-284/+284
|
* Use helpers to set channel gain arraysChris Robinson2013-10-039-81/+17
| | | | Also avoid unnecessary clearing.
* Implement the Autowah effect.Chris Robinson2013-10-031-0/+293
|
* Avoid a divide-by-0 when distortion edge is 1Chris Robinson2013-09-041-0/+1
|
* Implement master high-pass filter for EAXREVERBChris Robinson2013-07-211-9/+24
|
* Remove an unused functionChris Robinson2013-07-211-7/+0
|
* Fix input and feedback in the echo effectChris Robinson2013-06-101-3/+3
|
* Use ALfilterState for the distortion effect filtersChris Robinson2013-06-061-70/+14
|
* Silence some clang warningsChris Robinson2013-06-051-1/+8
|
* Avoid an unnecessary loopChris Robinson2013-05-291-36/+19
|
* Fix up the naming convention of effect methodsChris Robinson2013-05-299-148/+148
|
* Use C99's inline instead of __inlineChris Robinson2013-05-284-28/+28
|
* Use the high-shelf filter in place of low-passChris Robinson2013-05-282-2/+2
| | | | | They effectively both work to lower (or raise) high frequencies. However, the high-shelf performs better when gain=1.
* Simplify and fix some filter gain calculationsChris Robinson2013-05-271-5/+5
|
* Use ALfilterState for the modulator high pass filterChris Robinson2013-05-271-25/+12
|
* Use ALfilterState for the master echo and reverb filtersChris Robinson2013-05-273-21/+24
|
* Move ALEQFilter to alFilter.c/h and rename it to ALfilterStateChris Robinson2013-05-271-107/+10
|
* Cleanup the ALeffectStateFactory_create methodsChris Robinson2013-05-279-9/+18
| | | | | Get rid of the ALeffectStateFactory_create macro, and use the VCALL_NOARGS helper (requires adding the 'this' factory parameter).
* Rename a variableChris Robinson2013-05-261-8/+8
|
* Pre-apply the a[0] EQ filter coefficientChris Robinson2013-05-261-5/+11
| | | | Saves 20 fp divisions per sample
* Use the helper macros in more placesChris Robinson2013-05-267-343/+237
|
* Add helper macros to set an error and return, and use it in a few placesChris Robinson2013-05-263-85/+47
|
* Use an ALeffectProps union to store the effect propertiesChris Robinson2013-05-258-232/+262
|
* Use a Delete method for deletable objectsChris Robinson2013-05-259-85/+19
|
* Update the Null effect so it can act as a guide to new effectsChris Robinson2013-05-252-22/+101
|
* Use vtables for setting effect propertiesChris Robinson2013-05-249-117/+136
|
* Move remaining effects to the effects subdirChris Robinson2013-05-237-0/+2573
|
* Move reverb to the effects subdirChris Robinson2013-05-231-0/+1841
|
* Move the AL_EFFECT_NULL state into a separate fileChris Robinson2013-05-231-0/+104