From f85d733f9dc569bd6b3f37a0a4b8be7b3c783ad6 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 27 Dec 2013 02:59:50 -0800 Subject: 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. --- Alc/ALc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Alc/ALc.c') diff --git a/Alc/ALc.c b/Alc/ALc.c index ad4cefc2..f0f2c87b 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -304,6 +304,7 @@ static const ALCfunction alcFunctions[] = { DECL(alFontsoundivSOFT), DECL(alGetFontsoundivSOFT), DECL(alMidiSoundfontSOFT), + DECL(alMidiSoundfontsSOFT), DECL(alMidiEventSOFT), DECL(alMidiSysExSOFT), DECL(alMidiPlaySOFT), -- cgit v1.2.3