aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/echo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify the echo feedback loopChris Robinson2019-05-201-30/+26
* Don't use coverage spread for the echo spreadChris Robinson2019-05-201-17/+9
* Rename and move ALeffectPropsChris Robinson2019-03-221-13/+13
* Pass ALeffectProps directly to the get/setParam* methodsChris Robinson2019-03-221-12/+10
* Use the effect state factory to set the default effect propsChris Robinson2019-03-221-44/+42
* Implement getDefaultProps for effect state factoriesChris Robinson2019-03-221-0/+16
* Pass the number of input channels to EffectState::processChris Robinson2019-02-211-7/+7
* Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFSChris Robinson2019-02-191-1/+1
* Remove redundant void argument list in function defFilip Gawin2019-01-091-1/+1
* Use c++ headersFilip Gawin2019-01-091-2/+2
* Replace macros with constexpr inline functionsChris Robinson2019-01-061-2/+2
* Rename a couple filter files for consistencyChris Robinson2018-12-251-1/+1
* Provide effect target parameters through a common structChris Robinson2018-12-241-16/+6
* 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
* Fix some MSVC conversion warningsChris Robinson2018-12-121-5/+5
* Use class methods for the biquad filterChris Robinson2018-12-041-11/+6
* Use proper inheritence for the effect state objectsChris Robinson2018-11-191-59/+40
* Use a normal vector for the echo bufferChris Robinson2018-11-191-15/+9
* Clean up more effects' struct membersChris Robinson2018-11-191-50/+47
* Clean up the biquad filter a bitChris Robinson2018-11-191-1/+1
* 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/+314