aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/pshifter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid ALfloat and ALint in the effectsChris Robinson2020-04-081-9/+9
* Use a standard bool instead of ALbooleanChris Robinson2020-03-281-4/+4
* More cleanup for the pitch shifterChris Robinson2020-03-221-102/+70
* Some type cleanupChris Robinson2020-03-221-28/+26
* Clean up the pitch and frequency shifter someChris Robinson2020-03-221-31/+28
* Avoid some pre-C++14 workaroundsChris Robinson2020-03-221-4/+3
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-141-9/+10
* Fix implicit conversions in the effectsChris Robinson2019-09-141-4/+4
* Use a span for effect state inputChris Robinson2019-08-261-2/+2
* Pass samplesToDo as size_t to effectsChris Robinson2019-08-201-16/+16
* Pass a span for the Mix function's inputChris Robinson2019-08-201-2/+2
* Move double2int functionRaulshc2019-08-181-34/+1
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-2/+2
* Move another function to a ALCcontext methodChris Robinson2019-07-301-7/+8
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-4/+3
* Rename Alc to alcChris Robinson2019-07-281-0/+405