aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcFlanger.c
Commit message (Expand)AuthorAgeFilesLines
* Use macros to help define vtables for effect statesChris Robinson2013-05-211-11/+8
* The effect state being destroyed can't be NULLChris Robinson2013-05-211-8/+6
* Rename some inheritance macrosChris Robinson2013-05-211-9/+9
* Pre-scale the chorus and flanger delays to be in samplesChris Robinson2013-05-211-17/+10
* Avoid storing some chorus and flanger properties in the effect stateChris Robinson2013-05-211-17/+15
* Process 64 samples at a time for chorus and flanger effectsChris Robinson2013-05-201-48/+65
* Split flanger delay calculation into separate methodsChris Robinson2013-05-201-69/+60
* Use some macros to help with deriving typesChris Robinson2013-05-201-12/+10
* Remove unnecessary NULL checksChris Robinson2013-03-131-11/+7
* Add Chorus and Flanger effectsChris Robinson2013-03-131-0/+395