Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use proper classes for Vector and Matrix types | Chris Robinson | 2018-12-12 | 1 | -1/+1 |
* | Use class methods for the biquad filter | Chris Robinson | 2018-12-04 | 1 | -5/+5 |
* | Use proper templating for the modulator's Modulate function | Chris Robinson | 2018-11-19 | 1 | -42/+33 |
* | Use proper inheritence for the effect state objects | Chris Robinson | 2018-11-19 | 1 | -52/+33 |
* | Clean up the remaining effect struct member names | Chris Robinson | 2018-11-19 | 1 | -35/+33 |
* | 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 | -13/+4 |
* | Move the vector and matrix declarations to a separate header | Chris Robinson | 2018-11-17 | 1 | -1/+2 |
* | Move the ALCcontext definition to its own header | Chris Robinson | 2018-11-17 | 1 | -0/+1 |
* | Convert modulator.c to C++ | Chris Robinson | 2018-11-17 | 1 | -0/+310 |