From 5554b8cfc93db026812dafa695d5f7a3450a40a7 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 27 Nov 2013 18:45:02 -0800 Subject: Add a MidiSynth interface for devices --- OpenAL32/Include/alMain.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenAL32/Include/alMain.h') 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; -- cgit v1.2.3