aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/distortion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Alc to alcChris Robinson2019-07-281-269/+0
* Rename alMain.h to alcmain.hChris Robinson2019-07-281-1/+1
* Remove the UNUSED macroChris Robinson2019-07-281-1/+1
* 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-19/+16
* Use FloatBufferLine for the effect process methodChris Robinson2019-05-291-2/+2
* Move a couple functions into its related classChris Robinson2019-05-251-4/+2
* Avoid unnecessary use of CalcAngleCoeffsChris Robinson2019-05-201-1/+1
* Rename and move ALeffectPropsChris Robinson2019-03-221-13/+13
* Pass ALeffectProps directly to the get/setParam* methodsChris Robinson2019-03-221-12/+10
* Use the effect state factory to set the default effect propsChris Robinson2019-03-221-44/+42
* Implement getDefaultProps for effect state factoriesChris Robinson2019-03-221-0/+16
* Fix unused parameter warningChris Robinson2019-02-211-1/+1
* Pass the number of input channels to EffectState::processChris Robinson2019-02-211-9/+9
* Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFSChris Robinson2019-02-191-1/+1
* Remove redundant void argument list in function defFilip Gawin2019-01-091-1/+1
* Use c++ headersFilip Gawin2019-01-091-2/+2
* Replace macros with constexpr inline functionsChris Robinson2019-01-061-1/+2
* Rename a couple filter files for consistencyChris Robinson2018-12-251-1/+1
* Provide effect target parameters through a common structChris Robinson2018-12-241-24/+14
* Mix effect slot output to the effect target if it's setChris Robinson2018-12-231-1/+12
* Constify a parameterChris Robinson2018-12-221-2/+2
* Use class methods for the biquad filterChris Robinson2018-12-041-8/+8
* Use proper inheritence for the effect state objectsChris Robinson2018-11-191-43/+24
* Clean up more effects' struct membersChris Robinson2018-11-191-16/+16
* Clean up the biquad filter a bitChris Robinson2018-11-191-2/+2
* Use proper inheritence for EffectStateFactoryChris Robinson2018-11-191-14/+4
* 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/+289