aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/dedicated.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass the number of input channels to EffectState::processChris Robinson2019-02-211-4/+4
* 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-1/+1
* Provide effect target parameters through a common structChris Robinson2018-12-241-26/+12
* Mix effect slot output to the effect target if it's setChris Robinson2018-12-231-2/+14
* Constify a parameterChris Robinson2018-12-221-2/+2
* Pass RealMixParams by reference instead of pointerChris Robinson2018-12-201-2/+2
* Use proper inheritence for the effect state objectsChris Robinson2018-11-191-44/+25
* Clean up more effects' struct membersChris Robinson2018-11-191-21/+18
* Use std::isfinite instead of isfiniteChris Robinson2018-11-191-1/+2
* Use proper inheritence for EffectStateFactoryChris Robinson2018-11-191-14/+4
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-1/+1
* Convert the dedicated, distortion, echo, and equalizer to C++Chris Robinson2018-11-171-0/+187