From b650ecbc23222ebd295384fce45aaca8cfb5c368 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 25 Dec 2013 19:23:34 -0800 Subject: Add methods to add generators and modulators to fontsounds --- 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 374940c1..9b195d26 100644 --- a/OpenAL32/Include/alMidi.h +++ b/OpenAL32/Include/alMidi.h @@ -113,6 +113,8 @@ typedef struct ALfontsound { void ALfontsound_Construct(ALfontsound *self); void ALfontsound_Destruct(ALfontsound *self); +ALenum ALfontsound_addGenerator(ALfontsound *self, ALenum generator, ALint value); +ALenum ALfontsound_addModulator(ALfontsound *self, ALenum sourceop, ALenum destop, ALint amount, ALenum amtsourceop, ALenum transop); inline struct ALfontsound *LookupFontsound(ALCdevice *device, ALuint id) -- cgit v1.2.3