alSynGetFXRef.3p
506 Bytes
.TH alSynGetFXRef 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
alSynGetFXRef \- get the address of an effect
.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
ALFxRef alSynGetFXRef(ALSynth *s, s16 bus, s16 index)
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I s
pointer to the synthsizer driver
.TP
.I bus
bus number
.TP
.I index
effect number
.SH DESCRIPTION
Return the address of the effect on bus number
.I bus
and indexed by
.I index.
.SH SEE ALSO
.IR alSynAllocFX (3P),
.IR alSynFreeFX (3P)