diff options
author | Chris Robinson <[email protected]> | 2010-04-08 08:54:28 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-04-08 08:54:28 -0700 |
commit | b273d616ad5a9979cbf0b69318aded6ec821450e (patch) | |
tree | fd19d6b0a40228669960f7cb30b1e46e04bb9f26 /Alc/ALc.c | |
parent | c16b895460a51d9f89a8f728155e36ab1009c8c5 (diff) |
Implement a skeleton Ring Modulator effect
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -349,6 +349,7 @@ static void alc_init(void) { "eaxreverb", EAXREVERB }, { "reverb", REVERB }, { "echo", ECHO }, + { "modulator", MODULATOR }, { NULL, 0 } }; int n; |