aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-12-25 19:23:34 -0800
committerChris Robinson <[email protected]>2013-12-25 19:23:34 -0800
commitb650ecbc23222ebd295384fce45aaca8cfb5c368 (patch)
tree0ab985988bb87f04f9d7c0584061837de274ae94 /OpenAL32
parent94ddc5cb1889a42c9ffe98b79e431b596a9563df (diff)
Add methods to add generators and modulators to fontsounds
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMidi.h2
1 files changed, 2 insertions, 0 deletions
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)