From b5ae424dbd400abf6287cad94bea77143d0dcc2a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 25 Dec 2013 19:50:46 -0800 Subject: Store a list of sounds in the preset --- OpenAL32/Include/alMidi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alMidi.h b/OpenAL32/Include/alMidi.h index 38042693..cd5249a2 100644 --- a/OpenAL32/Include/alMidi.h +++ b/OpenAL32/Include/alMidi.h @@ -69,6 +69,8 @@ typedef struct ALsfpreset { ALint Preset; /* a.k.a. MIDI program number */ ALint Bank; /* MIDI bank 0...127, or percussion (bank 128) */ + ALfontsound **Sounds; + ALsizei NumSounds; ALuint id; } ALsfpreset; -- cgit v1.2.3