aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/autowah.cpp
Commit message (Expand)AuthorAgeFilesLines
* Throw exceptions for errors in the effect getters/settersChris Robinson2020-04-101-54/+60
* Avoid ALfloat and ALint in the effectsChris Robinson2020-04-081-39/+39
* Use a standard bool instead of ALbooleanChris Robinson2020-03-281-3/+3
* Rename ALautowah* for consistencyChris Robinson2019-09-151-18/+18
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-141-4/+5
* Use a span for effect state inputChris Robinson2019-08-261-11/+12
* Pass samplesToDo as size_t to effectsChris Robinson2019-08-201-5/+5
* Pass a span for the Mix function's inputChris Robinson2019-08-201-2/+2
* 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-7/+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/+298