aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/chorus.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant void argument list in function defFilip Gawin2019-01-091-2/+2
|
* Use c++ headersFilip Gawin2019-01-091-1/+1
|
* Avoid using old style castsFilip Gawin2019-01-081-3/+3
| | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295
* Replace macros with constexpr inline functionsChris Robinson2019-01-061-3/+3
|
* Rename a couple filter files for consistencyChris Robinson2018-12-251-1/+1
|
* Provide effect target parameters through a common structChris Robinson2018-12-241-16/+7
|
* Mix effect slot output to the effect target if it's setChris Robinson2018-12-231-5/+17
|
* Constify a parameterChris Robinson2018-12-221-2/+2
|
* Fix some MSVC conversion warningsChris Robinson2018-12-121-5/+5
|
* Clean up the Chorus a littleChris Robinson2018-11-221-64/+53
|
* Use proper inheritence for the effect state objectsChris Robinson2018-11-191-82/+53
|
* Use a normal vector for the chorus sample bufferChris Robinson2018-11-191-16/+9
|
* Clean up the chorus/flanger struct membersChris Robinson2018-11-191-66/+65
|
* Use proper inheritence for EffectStateFactoryChris Robinson2018-11-191-28/+8
|
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-0/+1
|
* Convert the remaining effects to C++Chris Robinson2018-11-171-0/+561