Return to previous page | Return to menu | Go to next page


Bool
Sound function

slCDDAOn

Start output with CD-D / A

Format

Bool slCDDAOn(LLevel , RLevel , LPan , RPan)
Uint8 LLevel ;
Uint8 RLevel ;
Sint8 LPan ;
Sint8 RPan ;

Parameter

LLevel volume value (left)
RLevel volume value (right)
LPan Pan value (left)
RPan pan value (right)

Function

Start output by CD-D / A.

Return value

If the command buffer is full, the function returns FALSE.

Remarks

Specify a range from 0 to 127 for the parameters "LLevel" and "RLevel".
(However, the lower 4 bits are ignored.)
Specify a range from -127 to 127 for the parameters "LPan" and "RPan".
(-127 (left) <---> 0 (center) <---> 127 (right))
Since the SCSP pan has 32 steps, the lower 3 bits of “Pan” are ignored.

slCDDAOn


Return to previous page | Return to menu | Go to next page