diff options
author | Chris Robinson <[email protected]> | 2013-12-29 05:09:50 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-12-29 05:09:50 -0800 |
commit | 4e73b95fc05b85da550910318df6c04eb21edc4d (patch) | |
tree | 6f1a6a242e6ed33b1ea517e5799783c5c4a80939 /OpenAL32/Include/alMidi.h | |
parent | 4c35f7c63243c7ffa251047074d44e6073edb435 (diff) |
Add the last remaining "real-time" properties
Diffstat (limited to 'OpenAL32/Include/alMidi.h')
-rw-r--r-- | OpenAL32/Include/alMidi.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMidi.h b/OpenAL32/Include/alMidi.h index b9adc4f2..c31992b3 100644 --- a/OpenAL32/Include/alMidi.h +++ b/OpenAL32/Include/alMidi.h @@ -31,6 +31,7 @@ typedef struct ALfontsound { ALint FilterQ; ALint ModLfoToFilterCutoff; ALint ModEnvToFilterCutoff; + ALint ModLfoToVolume; ALint ChorusSend; ALint ReverbSend; @@ -38,6 +39,15 @@ typedef struct ALfontsound { ALint Pan; struct { + ALint Delay; + ALint Frequency; + } ModLfo; + struct { + ALint Delay; + ALint Frequency; + } VibratoLfo; + + struct { ALint DelayTime; ALint AttackTime; ALint HoldTime; @@ -67,6 +77,8 @@ typedef struct ALfontsound { ALint TuningScale; + ALint ExclusiveClass; + ALuint Start; ALuint End; ALuint LoopStart; |