aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcEcho.c
Commit message (Collapse)AuthorAgeFilesLines
* Set an error if effect creation failsChris Robinson2009-05-311-0/+5
|
* Apply slot gain on slot output, not inputChris Robinson2009-05-291-2/+6
|
* Don't expose effect-specific structuresChris Robinson2009-05-291-46/+54
|
* Clear the filter history directlyChris Robinson2009-05-171-2/+2
|
* Make the filter functions global inline, and use it for echoChris Robinson2009-05-161-8/+1
|
* Set some common macros in alu.hChris Robinson2009-05-161-6/+1
|
* Make the filter history buffer size flexibleChris Robinson2009-04-161-2/+4
| | | | | | | This lets the filter history buffer be as big as needed for a given use, so that it can have a size large enough for the more demanding cases, but not be wasteful for lesser-demanding cases, while not incuring the overhead of an added pointer indirection
* Fix comment regarding the 3rd echo tapChris Robinson2009-04-121-2/+2
|
* Add the Echo effectChris Robinson2009-04-121-0/+194