Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide effect target parameters through a common struct | Chris Robinson | 2018-12-24 | 1 | -16/+6 |
* | Mix effect slot output to the effect target if it's set | Chris Robinson | 2018-12-23 | 1 | -7/+17 |
* | Constify a parameter | Chris Robinson | 2018-12-22 | 1 | -2/+2 |
* | Fix some MSVC conversion warnings | Chris Robinson | 2018-12-12 | 1 | -5/+5 |
* | Use class methods for the biquad filter | Chris Robinson | 2018-12-04 | 1 | -11/+6 |
* | Use proper inheritence for the effect state objects | Chris Robinson | 2018-11-19 | 1 | -59/+40 |
* | Use a normal vector for the echo buffer | Chris Robinson | 2018-11-19 | 1 | -15/+9 |
* | Clean up more effects' struct members | Chris Robinson | 2018-11-19 | 1 | -50/+47 |
* | Clean up the biquad filter a bit | Chris Robinson | 2018-11-19 | 1 | -1/+1 |
* | Use proper inheritence for EffectStateFactory | Chris Robinson | 2018-11-19 | 1 | -14/+4 |
* | Move the ALCcontext definition to its own header | Chris Robinson | 2018-11-17 | 1 | -0/+1 |
* | Convert the dedicated, distortion, echo, and equalizer to C++ | Chris Robinson | 2018-11-17 | 1 | -0/+314 |