aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/distortion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace some more macros with constexpr variablesChris Robinson2020-10-211-1/+1
* Avoid an unnecessary out parameterChris Robinson2020-04-211-3/+2
* Remove another unnecessary return valueChris Robinson2020-04-161-3/+2
* Throw exceptions for errors in the effect getters/settersChris Robinson2020-04-101-64/+70
* Avoid ALfloat and ALint in the effectsChris Robinson2020-04-081-21/+21
* Use a standard bool instead of ALbooleanChris Robinson2020-03-281-3/+3
* Pass a span for the biquad filter inputChris Robinson2019-12-251-13/+11
* Use unique setters for biquad filter parametersChris Robinson2019-12-211-5/+3
* Use a span for effect state inputChris Robinson2019-08-261-2/+2
* Pass samplesToDo as size_t to effectsChris Robinson2019-08-201-7/+7
* Use a smart pointer for holding the context's deviceChris Robinson2019-08-011-1/+1
* Move another function to a ALCcontext methodChris Robinson2019-07-301-9/+6
* Properly prefix ALCcontext membersChris Robinson2019-07-301-1/+1
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-2/+2
* Rename Alc to alcChris Robinson2019-07-281-0/+269