alCSPSetChlFXMix, n_alCSPSetChlFXMix
Sets the effect mix on the given MIDI channel
Syntax
#include <libaudio.h> /* libaudio.h */ void alCSPSetChlFXMix( ALCSPlayer *seqp, u8 chan, u8 fxmix);#include <n_libaudio.h> /* n_libaudio.h */ void n_alCSPSetChlFXMix(N_ALCSPlayer *seqp, u8 chan, u8 fxmix);
Arguments
Description
alCSPSetChlFXMix sets the effect mix for the given MIDI channel. Subsequent FXMix controllers (Cntrl 91) in the sequence will override the effect of this call.
For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.
See Also
alCSPGetChlFXMix, alCSPSendMidi, and alCSeqPlayer
1999/04/30 Changed Format