aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
diff options
context:
space:
mode:
authorRaulshc <[email protected]>2019-08-10 18:42:02 +0200
committerRaulshc <[email protected]>2019-08-10 18:42:02 +0200
commitc4f1c95a45555c97d6dc5881dea9f4bf3bb1728c (patch)
treeabd77fc96ebc156c7976fdb65e624dd5f03ed04e /alc/alc.cpp
parent926b515edf73d1f713e396af8f931ea0bf066600 (diff)
Add parameter DECLs for vocal morpher
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r--alc/alc.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp
index a34a0824..c1989913 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -751,6 +751,13 @@ constexpr struct {
DECL(AL_AUTOWAH_RESONANCE),
DECL(AL_AUTOWAH_PEAK_GAIN),
+ DECL(AL_VOCAL_MORPHER_PHONEMEA),
+ DECL(AL_VOCAL_MORPHER_PHONEMEB_COARSE_TUNING),
+ DECL(AL_VOCAL_MORPHER_PHONEMEB),
+ DECL(AL_VOCAL_MORPHER_PHONEMEB_COARSE_TUNING),
+ DECL(AL_VOCAL_MORPHER_WAVEFORM),
+ DECL(AL_VOCAL_MORPHER_RATE),
+
DECL(AL_NUM_RESAMPLERS_SOFT),
DECL(AL_DEFAULT_RESAMPLER_SOFT),
DECL(AL_SOURCE_RESAMPLER_SOFT),