aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects/reverb.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove the ReverbSpeedOfSound hackChris Robinson2019-08-051-5/+4
| | | | | | | No other effect depends on context or listener properties, so reverb being the only exception for speed of sound and meters per unit was putting extra work on the effect engine for no real reason. Especially since the reverb decay time should be the time actual time to decay irrespective of other settings.
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-1/+1
|
* 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-13/+10
|
* Properly prefix ALCcontext membersChris Robinson2019-07-301-2/+2
|
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-3/+3
|
* Rename Alc to alcChris Robinson2019-07-281-0/+2102