aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/null.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use span<FloatBufferLine> for EffectState::process outputChris Robinson2019-05-291-2/+2
* Use FloatBufferLine for the effect process methodChris Robinson2019-05-291-2/+2
* Rename and move ALeffectPropsChris Robinson2019-03-221-13/+13
* Pass ALeffectProps directly to the get/setParam* methodsChris Robinson2019-03-221-19/+26
* Use the effect state factory to set the default effect propsChris Robinson2019-03-221-43/+44
* Implement getDefaultProps for effect state factoriesChris Robinson2019-03-221-1/+13
* Pass the number of input channels to EffectState::processChris Robinson2019-02-211-2/+2
* Use `= default` to define trivial dtor/ctorFilip Gawin2019-01-091-6/+2
* Remove redundant void argument list in function defFilip Gawin2019-01-091-1/+1
* Use c++ headersFilip Gawin2019-01-091-1/+1
* Provide effect target parameters through a common structChris Robinson2018-12-241-2/+2
* Constify a parameterChris Robinson2018-12-221-2/+2
* Use proper inheritence for the effect state objectsChris Robinson2018-11-191-50/+19
* Use proper inheritence for EffectStateFactoryChris Robinson2018-11-191-16/+4
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-0/+2
* Convert null.c to C++Chris Robinson2018-11-171-0/+186