Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass the number of input channels to EffectState::process | Chris Robinson | 2019-02-21 | 1 | -9/+9 |
| | |||||
* | Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFS | Chris Robinson | 2019-02-19 | 1 | -1/+1 |
| | |||||
* | Remove redundant void argument list in function def | Filip Gawin | 2019-01-09 | 1 | -2/+2 |
| | |||||
* | Avoid using old style casts | Filip Gawin | 2019-01-08 | 1 | -2/+2 |
| | | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295 | ||||
* | Replace macros with constexpr inline functions | Chris Robinson | 2019-01-06 | 1 | -4/+4 |
| | |||||
* | Provide effect target parameters through a common struct | Chris Robinson | 2018-12-24 | 1 | -14/+6 |
| | |||||
* | Mix effect slot output to the effect target if it's set | Chris Robinson | 2018-12-23 | 1 | -1/+12 |
| | |||||
* | Constify a parameter | Chris Robinson | 2018-12-22 | 1 | -2/+2 |
| | |||||
* | Use proper inheritence for the effect state objects | Chris Robinson | 2018-11-19 | 1 | -68/+50 |
| | |||||
* | Clean up the remaining effect struct member names | Chris Robinson | 2018-11-19 | 1 | -55/+53 |
| | |||||
* | Use proper inheritence for EffectStateFactory | Chris Robinson | 2018-11-19 | 1 | -14/+5 |
| | |||||
* | Move the ALCcontext definition to its own header | Chris Robinson | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | Add a couple missing includes | Chris Robinson | 2018-11-17 | 1 | -0/+1 |
| | |||||
* | Use standard complex types instead of custom | Chris Robinson | 2018-11-17 | 1 | -20/+21 |
| | |||||
* | Make the Hann windows const | Chris Robinson | 2018-11-17 | 1 | -30/+30 |
| | |||||
* | Convert fshifter.c to C++ | Chris Robinson | 2018-11-17 | 1 | -0/+333 |