diff options
author | Chris Robinson <[email protected]> | 2018-01-09 23:21:16 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-09 23:21:16 -0800 |
commit | de8c5b18248ee5d121cbd4b34b9af94f5e16df35 (patch) | |
tree | 76e4fb32c7ca5cb795c09dbe2d612377a32b8f2d /CMakeLists.txt | |
parent | 9e2eb5dc231d835bf78a7225b6b0def74d0220ef (diff) |
Combine the chorus and flanger processing functions
Given that they're nearly identical, it should be relatively simple to use the
same effect state to process either of them, similar to the reverbs. The big
differences seem to be the delay range (much shorter with flanger) and the
defaults.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index eebba3f7..95b73c25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -724,7 +724,6 @@ SET(ALC_OBJS Alc/ALc.c Alc/effects/distortion.c Alc/effects/echo.c Alc/effects/equalizer.c - Alc/effects/flanger.c Alc/effects/modulator.c Alc/effects/null.c Alc/effects/reverb.c |