aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcEcho.c
Commit message (Expand)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
* Fix comment regarding the 3rd echo tapChris Robinson2009-04-121-2/+2
* Add the Echo effectChris Robinson2009-04-121-0/+194