aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/fshifter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Some type cleanupChris Robinson2020-03-221-14/+13
|
* Clean up the pitch and frequency shifter someChris Robinson2020-03-221-34/+28
|
* Fix the frequency shifter channel panningChris Robinson2020-03-221-2/+2
|
* Avoid some pre-C++14 workaroundsChris Robinson2020-03-221-4/+3
|
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-141-1/+2
|
* Fix implicit conversions in the effectsChris Robinson2019-09-141-2/+2
|
* Use a span for effect state inputChris Robinson2019-08-261-2/+2
|
* Pass samplesToDo as size_t to effectsChris Robinson2019-08-201-9/+9
|
* Pass a span for the Mix function's inputChris Robinson2019-08-201-2/+2
|
* Formatting cleanupChris Robinson2019-08-181-27/+27
|
* EFX: Update Frequency shifterRaulshc2019-08-181-28/+55
| | | | Add f. shifter processing for L and R channels.
* 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-5/+8
|
* 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/+301