aboutsummaryrefslogtreecommitdiffstats
path: root/al/effects/convolution.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing includeChris Robinson2023-10-121-0/+2
|
* Rename the convolution reverb effect to just convolutionChris Robinson2023-10-121-2/+2
| | | | | While the common use case, convolution can do more than just reverb, and it nicely shortens the name.
* Add an orientation property for convolution reverbChris Robinson2023-10-121-4/+26
| | | | Only affects ambisonic (B-Format and UHJ) formats
* Add convolution effect properties to rotate ambisonic responsesChris Robinson2023-10-121-0/+2
|
* Update include headersChris Robinson2021-04-271-2/+2
| | | | Don't add alc/ to the include paths.
* Move AL EffectProp handling to separate sourcesChris Robinson2020-11-251-0/+93