aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/compressor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Provide effect target parameters through a common structChris Robinson2018-12-241-19/+7
* Mix effect slot output to the effect target if it's setChris Robinson2018-12-231-7/+17
* Constify a parameterChris Robinson2018-12-221-2/+2
* Use proper classes for Vector and Matrix typesChris Robinson2018-12-121-1/+2
* Use proper inheritence for the effect state objectsChris Robinson2018-11-191-48/+27
* Clean up more effects' struct membersChris Robinson2018-11-191-24/+19
* Use proper inheritence for EffectStateFactoryChris Robinson2018-11-191-14/+4
* Move the vector and matrix declarations to a separate headerChris Robinson2018-11-171-1/+3
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-3/+5
* Convert the remaining effects to C++Chris Robinson2018-11-171-0/+247