aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/modulator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the UNUSED macroChris Robinson2019-07-281-2/+2
* Use a span for MixParamsChris Robinson2019-07-041-3/+3
* Corrected old namingLopuska2019-07-011-1/+1
* avoid extra local member declarationLopuska2019-06-301-4/+2
* Use a span for the effect state's output targetChris Robinson2019-06-051-2/+1
* Make some more channel counts unsignedChris Robinson2019-06-051-2/+2
* Use span<FloatBufferLine> for EffectState::process outputChris Robinson2019-05-291-4/+3
* Use span<FloatBufferLine> for MixSamplesChris Robinson2019-05-291-5/+5
* Use FloatBufferLine for the effect process methodChris Robinson2019-05-291-4/+4
* Move a couple functions into its related classChris Robinson2019-05-251-1/+1
* Rename and move ALeffectPropsChris Robinson2019-03-221-13/+13
* Use MixParams for the wet buffersChris Robinson2019-03-221-2/+2
* Slightly improve casting in the modulator effectChris Robinson2019-03-221-3/+4
* Pass ALeffectProps directly to the get/setParam* methodsChris Robinson2019-03-221-17/+13
* Use the effect state factory to set the default effect propsChris Robinson2019-03-221-45/+43
* Implement getDefaultProps for effect state factoriesChris Robinson2019-03-221-5/+19
* Allow processing some effects in higher order ambisonicsChris Robinson2019-02-211-3/+3
* Get rid of the MAX_EFFECT_CHANNELS macroChris Robinson2019-02-211-9/+9
* Pass the number of input channels to EffectState::processChris Robinson2019-02-211-8/+9
* 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-8/+8
* Replace macros with constexpr inline functionsChris Robinson2019-01-061-1/+1
* 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
* Use class methods for the biquad filterChris Robinson2018-12-041-5/+5
* Use proper templating for the modulator's Modulate functionChris Robinson2018-11-191-42/+33
* Use proper inheritence for the effect state objectsChris Robinson2018-11-191-52/+33
* Clean up the remaining effect struct member namesChris Robinson2018-11-191-35/+33
* Clean up the biquad filter a bitChris Robinson2018-11-191-1/+1
* Use proper inheritence for EffectStateFactoryChris Robinson2018-11-191-13/+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 modulator.c to C++Chris Robinson2018-11-171-0/+310