aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/fshifter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace macros with constexpr inline functionsChris Robinson2019-01-061-4/+4
* Provide effect target parameters through a common structChris Robinson2018-12-241-14/+6
* 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 proper inheritence for the effect state objectsChris Robinson2018-11-191-68/+50
* Clean up the remaining effect struct member namesChris Robinson2018-11-191-55/+53
* Use proper inheritence for EffectStateFactoryChris Robinson2018-11-191-14/+5
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-1/+1
* Add a couple missing includesChris Robinson2018-11-171-0/+1
* Use standard complex types instead of customChris Robinson2018-11-171-20/+21
* Make the Hann windows constChris Robinson2018-11-171-30/+30
* Convert fshifter.c to C++Chris Robinson2018-11-171-0/+333