diff options
author | Chris Robinson <[email protected]> | 2013-12-25 19:50:46 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-12-25 19:50:46 -0800 |
commit | b5ae424dbd400abf6287cad94bea77143d0dcc2a (patch) | |
tree | b645c51f601dd9a40ec543849203bbc74a1b0bc3 /OpenAL32 | |
parent | 677b864565d6be9423197ce09dba43579fe20405 (diff) |
Store a list of sounds in the preset
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMidi.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |