diff options
author | Chris Robinson <[email protected]> | 2013-11-27 18:45:02 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-11-27 18:45:02 -0800 |
commit | 5554b8cfc93db026812dafa695d5f7a3450a40a7 (patch) | |
tree | 3b07aa61c5f2210a80f0bc4d0207df7c190b3610 /OpenAL32/Include/alMain.h | |
parent | 3a1613253b4e68d67165279be3b0912010b7c104 (diff) |
Add a MidiSynth interface for devices
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 09a21964..2fad113d 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -387,6 +387,9 @@ struct ALCdevice_struct // Map of Filters for this device UIntMap FilterMap; + /* MIDI synth engine */ + struct MidiSynth *Synth; + /* HRTF filter tables */ const struct Hrtf *Hrtf; |