aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMidi.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-12-29 02:25:40 -0800
committerChris Robinson <[email protected]>2013-12-29 02:25:40 -0800
commitd9aedc14167c7f5c4fc02f95de6be89ef8db63c2 (patch)
treec484a1e0cb9928df7873b03221f2f3bf4b6a1cfa /OpenAL32/Include/alMidi.h
parentfc928bb75a8b677e101785e50b8c4cf0d39a62aa (diff)
Add a few more pitch properties
Diffstat (limited to 'OpenAL32/Include/alMidi.h')
-rw-r--r--OpenAL32/Include/alMidi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMidi.h b/OpenAL32/Include/alMidi.h
index cdaebc28..8daeaf53 100644
--- a/OpenAL32/Include/alMidi.h
+++ b/OpenAL32/Include/alMidi.h
@@ -23,6 +23,10 @@ typedef struct ALfontsound {
ALint MinKey, MaxKey;
ALint MinVelocity, MaxVelocity;
+ ALint ModLfoToPitch;
+ ALint VibratoLfoToPitch;
+ ALint ModEnvToPitch;
+
struct {
ALint DelayTime;
ALint AttackTime;