aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/distortion.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-24/+14
* Mix effect slot output to the effect target if it's setChris Robinson2018-12-231-1/+12
* Constify a parameterChris Robinson2018-12-221-2/+2
* Use class methods for the biquad filterChris Robinson2018-12-041-8/+8
* Use proper inheritence for the effect state objectsChris Robinson2018-11-191-43/+24
* Clean up more effects' struct membersChris Robinson2018-11-191-16/+16
* Clean up the biquad filter a bitChris Robinson2018-11-191-2/+2
* Use proper inheritence for EffectStateFactoryChris Robinson2018-11-191-14/+4
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-0/+1
* Convert the dedicated, distortion, echo, and equalizer to C++Chris Robinson2018-11-171-0/+289