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