aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/autowah.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename a couple filter files for consistencyChris Robinson2018-12-251-1/+1
* Provide effect target parameters through a common structChris Robinson2018-12-241-18/+7
* Mix effect slot output to the effect target if it's setChris Robinson2018-12-231-5/+16
* Constify a parameterChris Robinson2018-12-221-2/+2
* Use proper classes for Vector and Matrix typesChris Robinson2018-12-121-1/+1
* Use proper inheritence for the effect state objectsChris Robinson2018-11-191-67/+49
* Fix up the struct member names in the autowah effectChris Robinson2018-11-191-54/+58
* Use proper inheritence for EffectStateFactoryChris Robinson2018-11-191-15/+5
* Move the vector and matrix declarations to a separate headerChris Robinson2018-11-171-1/+2
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-0/+1
* Convert the remaining effects to C++Chris Robinson2018-11-171-0/+326