aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/autowah.c
Commit message (Expand)AuthorAgeFilesLines
* Redo the autowah effectChris Robinson2013-11-071-71/+71
* Use a helper macro for pi*2Chris Robinson2013-10-081-1/+1
* Use inline initialization for effect state factory vtablesChris Robinson2013-10-071-8/+6
* Constify the effect parameter of effect gettersChris Robinson2013-10-071-7/+4
* Use the UNUSED macro in the effectsChris Robinson2013-10-071-11/+7
* Use a macro for the silence thresholdChris Robinson2013-10-061-1/+1
* Convert autowah.c line-endingsChris Robinson2013-10-031-284/+284
* Use helpers to set channel gain arraysChris Robinson2013-10-031-13/+4
* Implement the Autowah effect.Chris Robinson2013-10-031-0/+293