aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMidi.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alMidi.h')
-rw-r--r--OpenAL32/Include/alMidi.h12
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;