aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/modulator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use proper classes for Vector and Matrix typesChris Robinson2018-12-121-1/+1
* Use class methods for the biquad filterChris Robinson2018-12-041-5/+5
* Use proper templating for the modulator's Modulate functionChris Robinson2018-11-191-42/+33
* Use proper inheritence for the effect state objectsChris Robinson2018-11-191-52/+33
* Clean up the remaining effect struct member namesChris Robinson2018-11-191-35/+33
* Clean up the biquad filter a bitChris Robinson2018-11-191-1/+1
* Use proper inheritence for EffectStateFactoryChris Robinson2018-11-191-13/+4
* 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 modulator.c to C++Chris Robinson2018-11-171-0/+310