aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/reverb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use default initialization for the reverb effect stateChris Robinson2018-11-191-120/+31
* Use proper inheritence for the effect state objectsChris Robinson2018-11-191-166/+150
* Fix the reverb buffer size calculationChris Robinson2018-11-191-1/+2
* Use std::isfinite instead of isfiniteChris Robinson2018-11-191-2/+3
* Use a regular vector for the reverb sample bufferChris Robinson2018-11-191-36/+20
* Rename reverb struct membersChris Robinson2018-11-191-224/+224
* Clean up the biquad filter a bitChris Robinson2018-11-191-4/+4
* Use proper inheritence for EffectStateFactoryChris Robinson2018-11-191-14/+4
* Store the listener directly in the contextChris Robinson2018-11-171-2/+2
* Move the vector and matrix declarations to a separate headerChris Robinson2018-11-171-0/+1
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-0/+1
* Convert the reverb effect to C++Chris Robinson2018-11-161-0/+2094