aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcFlanger.c
Commit message (Collapse)AuthorAgeFilesLines
* Move remaining effects to the effects subdirChris Robinson2013-05-231-411/+0
|
* Use restrict instead of RESTRICTChris Robinson2013-05-221-3/+3
|
* Add casts to silence MSVCChris Robinson2013-05-221-1/+1
|
* 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-3/+37
|
* Auto-generate wrappers to upcast objects before calling user methodsChris Robinson2013-05-211-10/+4
|
* 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
Code provided by Mike Gorchak