aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcDistortion.c
Commit message (Expand)AuthorAgeFilesLines
* Rename the effect state's Destroy method to DestructChris Robinson2013-05-211-2/+2
* Use factories to create and destroy effect statesChris Robinson2013-05-211-4/+41
* Auto-generate wrappers to upcast objects before calling user methodsChris Robinson2013-05-211-8/+5
* Use macros to help define vtables for effect statesChris Robinson2013-05-211-11/+8
* Avoid storing the device frequency in the distortion stateChris Robinson2013-05-211-7/+5
* Rename some inheritance macrosChris Robinson2013-05-211-9/+9
* Process 64 samples at a time for some effectsChris Robinson2013-05-201-69/+88
* Use some macros to help with deriving typesChris Robinson2013-05-201-12/+10
* Clear all the old channel gains to 0 before setting themChris Robinson2013-05-201-1/+3
* Avoid recalculating the same coefficientChris Robinson2013-05-191-11/+9
* Implement distortion and equalizer effectsChris Robinson2013-05-181-0/+356