Sound Function - Sound Module Control Function

sdPstmSetFxCh

Sets the FX input for a PCM Stream port

FORMAT

SDE_ERR sdPstmSetFxCh( handle, dsp_in_ch, base_fx_lev )
SDPSTM handle
Sint8 dsp_in_ch
Sint8 base_fx_lev

PARAMETER

 handle  Object handle 
 dsp_in_ch  Number of DSP input terminal 
 base_fx_lev  Standard input level 

RETURN

 SDE_ERR_NO_INIT  The Sound Library has not been initialized 
 SDE_ERR_HANDLE_NULL  The handle is NULL 
 SDE_ERR_PRM_OVER_RANGE  Parameter out of range  
 SDE_ERR_HOST_CMD_BUF_NO_ENOUGH  No more host commands can be accepted 

DESCRIPTION

Sets the FX output destination for a PCM Stream port.

The range of base_fx_lev, which specifies standard input levels, is from 0000H (min) to 007FH (max)

Parameters dsp_in_ch and base_fx_lev are absolute settings.


sdPstmSetFxCh
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999