aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/autowah.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename and move ALeffectPropsChris Robinson2019-03-221-13/+13
|
* Use MixParams for the wet buffersChris Robinson2019-03-221-1/+1
|
* Pass ALeffectProps directly to the get/setParam* methodsChris Robinson2019-03-221-13/+10
|
* Use the effect state factory to set the default effect propsChris Robinson2019-03-221-49/+33
|
* Implement getDefaultProps for effect state factoriesChris Robinson2019-03-221-0/+15
|
* Allow processing some effects in higher order ambisonicsChris Robinson2019-02-211-3/+3
| | | | | | Reverb notably is still only first-order (any higher order channels are dropped, and it writes to FOAOut). But others, like the equalizer, work on all available channels.
* Get rid of the MAX_EFFECT_CHANNELS macroChris Robinson2019-02-211-10/+10
|
* Pass the number of input channels to EffectState::processChris Robinson2019-02-211-9/+10
|
* Remove redundant void argument list in function defFilip Gawin2019-01-091-1/+1
|
* Use c++ headersFilip Gawin2019-01-091-2/+2
|
* Replace macros with constexpr inline functionsChris Robinson2019-01-061-1/+1
|
* Rename a couple filter files for consistencyChris Robinson2018-12-251-1/+1
|
* Provide effect target parameters through a common structChris Robinson2018-12-241-18/+7
|
* Mix effect slot output to the effect target if it's setChris Robinson2018-12-231-5/+16
|
* Constify a parameterChris Robinson2018-12-221-2/+2
|
* Use proper classes for Vector and Matrix typesChris Robinson2018-12-121-1/+1
|
* Use proper inheritence for the effect state objectsChris Robinson2018-11-191-67/+49
|
* Fix up the struct member names in the autowah effectChris Robinson2018-11-191-54/+58
|
* Use proper inheritence for EffectStateFactoryChris Robinson2018-11-191-15/+5
|
* Move the vector and matrix declarations to a separate headerChris Robinson2018-11-171-1/+2
|
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-0/+1
|
* Convert the remaining effects to C++Chris Robinson2018-11-171-0/+326