diff options
author | Chris Robinson <[email protected]> | 2013-12-27 02:59:50 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-12-27 02:59:50 -0800 |
commit | f85d733f9dc569bd6b3f37a0a4b8be7b3c783ad6 (patch) | |
tree | a67fa24599e54bee27a36e14e2cde8bca3348465 /Alc/ALc.c | |
parent | 2b772a5607c2147d68eb8e45b04b2f381ec6c0ad (diff) |
Add a method to set and get soundfonts
The main purpose of this is to select soundfonts for playback, eventually,
instead of the existing method that takes a filename.
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -304,6 +304,7 @@ static const ALCfunction alcFunctions[] = { DECL(alFontsoundivSOFT), DECL(alGetFontsoundivSOFT), DECL(alMidiSoundfontSOFT), + DECL(alMidiSoundfontsSOFT), DECL(alMidiEventSOFT), DECL(alMidiSysExSOFT), DECL(alMidiPlaySOFT), |