aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/equalizer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant void argument list in function defFilip Gawin2019-01-091-1/+1
|
* Use c++ headersFilip Gawin2019-01-091-2/+2
|
* Avoid using old style castsFilip Gawin2019-01-081-1/+1
| | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295
* Avoid unnecessary extra buffers for filter chainsChris Robinson2019-01-011-11/+11
|
* Rename a couple filter files for consistencyChris Robinson2018-12-251-1/+1
|
* Provide effect target parameters through a common structChris Robinson2018-12-241-18/+7
|
* Mix effect slot output to the effect target if it's setChris Robinson2018-12-231-5/+16
|
* Constify a parameterChris Robinson2018-12-221-2/+2
|
* Use proper classes for Vector and Matrix typesChris Robinson2018-12-121-1/+1
|
* Add missing includeChris Robinson2018-12-081-0/+1
|
* Avoid using the deprecated mem_fun_ref methodChris Robinson2018-12-071-1/+1
|
* Use class methods for the biquad filterChris Robinson2018-12-041-19/+17
|
* Use proper inheritence for the effect state objectsChris Robinson2018-11-191-59/+34
|
* Clean up the remaining effect struct member namesChris Robinson2018-11-191-28/+29
|
* Clean up the biquad filter a bitChris Robinson2018-11-191-4/+4
|
* Use proper inheritence for EffectStateFactoryChris Robinson2018-11-191-14/+4
|
* Move the vector and matrix declarations to a separate headerChris Robinson2018-11-171-1/+2
|
* 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/+359