aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcChorus.c
Commit message (Expand)AuthorAgeFilesLines
* Pre-scale the chorus and flanger delays to be in samplesChris Robinson2013-05-211-19/+12
* Avoid storing some chorus and flanger properties in the effect stateChris Robinson2013-05-211-35/+17
* Process 64 samples at a time for chorus and flanger effectsChris Robinson2013-05-201-48/+65
* Split chorus delay calculation into separate methodsChris Robinson2013-05-201-37/+44
* 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