aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/chorus.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up includes a bitChris Robinson2019-07-281-5/+16
* Use a span for MixParamsChris Robinson2019-07-041-1/+1
* Use a span for the effect state's output targetChris Robinson2019-06-051-2/+1
* Use span<FloatBufferLine> for EffectState::process outputChris Robinson2019-05-291-4/+3
* Use span<FloatBufferLine> for MixSamplesChris Robinson2019-05-291-8/+6
* Use FloatBufferLine for the effect process methodChris Robinson2019-05-291-4/+5
* Avoid some uses of RESTRICTChris Robinson2019-05-251-18/+27
* Avoid unnecessary use of CalcAngleCoeffsChris Robinson2019-05-201-3/+3
* Rename and move ALeffectPropsChris Robinson2019-03-221-24/+24
* Pass ALeffectProps directly to the get/setParam* methodsChris Robinson2019-03-221-32/+24
* Use the effect state factory to set the default effect propsChris Robinson2019-03-221-84/+81
* Implement getDefaultProps for effect state factoriesChris Robinson2019-03-221-7/+42
* Pass the number of input channels to EffectState::processChris Robinson2019-02-211-7/+7
* Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFSChris Robinson2019-02-191-1/+1
* 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
* 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