aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/distortion.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use unique setters for biquad filter parametersChris Robinson2019-12-211-5/+3
| | | | One for whether a slope parameter is used, and one for bandwidth.
* 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