Previous Up Next

asSndSetPan
Modifies the panoramic setting (balance) of AsSnd

AsSnd asSndSetPan (
AsSnd sound
I pan
)
Parameters

sound
Applicable AsSnd object
pan
New balance of the AsSnd
Value between -100 and 100, moving the sound from left to right.
Return value

The AsSnd given as a parameter, or nil in case of a failure.
Remark

The AsSnd must have been created with the AS_SND_CTRLPAN flag.
See Also

asSndGetPan