aboutsummaryrefslogtreecommitdiffstats
path: root/core/effects
Commit message (Collapse)AuthorAgeFilesLines
* Rework effect property handlingChris Robinson2023-12-241-19/+19
| | | | To nake EffectProps a variant instead of a union, and avoid manual vtables.
* Use separate structs for the dedicated dialog/lfe effectsChris Robinson2023-12-231-2/+7
|
* Use a separate struct and union member for flanger propertiesChris Robinson2023-12-231-1/+11
|
* Use proper structs for EffectPropsChris Robinson2023-12-211-118/+132
|
* Fix some clang-tidy warningsChris Robinson2023-12-081-2/+2
|
* Add convolution effect properties to rotate ambisonic responsesChris Robinson2023-10-121-0/+6
|
* Use std::byte instead of a custom al::byteChris Robinson2023-05-041-1/+0
|
* Reorder some struct fields for consistencyChris Robinson2023-04-081-9/+6
|
* Simplify effect state buffer handling someChris Robinson2023-04-041-6/+1
|
* Move the effects base and effectslot to coreChris Robinson2021-12-171-0/+205