alSeqpSetChlFXMix, n_alSeqpSetChlFXMix
Sets the effect mix on the given MIDI channel
#include <libaudio.h> /* libaudio.h */ void alSeqpSetChlFXMix( ALSeqPlayer *seqp, u8 chan, u8 fxmix);#include <n_libaudio.h> /* n_libaudio.h */ void n_alSeqpSetChlFXMix(N_ALSeqPlayer *seqp, u8 chan, u8 fxmix);
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.
For details on n_audio library, see the "Chapter 28 n_audio library" of the programming manual.
alSeqpGetChlFXMix, alSeqpSendMidi, and alSeqPlayer
1999/04/30 Changed Format