aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/pshifter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Avoid using internal AL[u]int64 typesChris Robinson2019-02-111-7/+7
|
* Remove redundant void argument list in function defFilip Gawin2019-01-091-2/+2
|
* Avoid using old style castsFilip Gawin2019-01-081-6/+6
| | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295
* Use user-defined literals for 64-bit literalsChris Robinson2019-01-071-1/+1
|
* Replace macros with constexpr inline functionsChris Robinson2019-01-061-4/+4
|
* Provide effect target parameters through a common structChris Robinson2018-12-241-15/+6
|
* Mix effect slot output to the effect target if it's setChris Robinson2018-12-231-7/+16
|
* Constify a parameterChris Robinson2018-12-221-2/+2
|
* Use proper inheritence for the effect state objectsChris Robinson2018-11-191-83/+64
|
* Clean up the remaining effect struct member namesChris Robinson2018-11-191-69/+69
|
* Use proper inheritence for EffectStateFactoryChris Robinson2018-11-191-15/+4
|
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-1/+1
|
* Add a couple missing includesChris Robinson2018-11-171-0/+1
|
* Use standard complex types instead of customChris Robinson2018-11-171-57/+44
|
* Make the Hann windows constChris Robinson2018-11-171-81/+80
|
* Convert pshifter.c to C++Chris Robinson2018-11-171-0/+446