alSeqpSetChlFXMix.3p
795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.TH alSeqpSetChlFXMix 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
alSeqpSetChlFXMix \- set the effect mix on the given MIDI channel.
.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void alSeqpSetChlFXMix(ALSeqPlayer *seqp, u8 chan, u8 fxmix);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seqp
pointer to a MIDI sequence player.
.TP
.I chan
the target (0 based) MIDI channel.
.TP
.I fxmix
wet/dry mix. A value of 0 indicates the sound should be completely
dry, 127 indicates the sound should be completely wet.
.SH DESCRIPTION
alSeqpSetChlFXMix sets the effect mix for the given MIDI channel.
Subsequent FXMix controllers (Cntrl 91) in the sequence will override the
effect of this call.
.SH SEE ALSO
.IR alSeqpGetChlFXMix (3P),
.IR alSeqpSendMidi (3P),
.IR alSeqPlayer (3P)