diff options
author | Chris Robinson <[email protected]> | 2013-12-29 02:25:40 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-12-29 02:25:40 -0800 |
commit | d9aedc14167c7f5c4fc02f95de6be89ef8db63c2 (patch) | |
tree | c484a1e0cb9928df7873b03221f2f3bf4b6a1cfa /OpenAL32/Include/alMidi.h | |
parent | fc928bb75a8b677e101785e50b8c4cf0d39a62aa (diff) |
Add a few more pitch properties
Diffstat (limited to 'OpenAL32/Include/alMidi.h')
-rw-r--r-- | OpenAL32/Include/alMidi.h | 4 |
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; |