signed char F_API FSOUND_SetPan(
int channel,
int pan
);
channel | The channel number/handle to change the pan for. FSOUND_ALL can also be used (see remarks) |
pan | The panning position for this channel to set. parameters are: - from 0 (full left) to 255 (full right) - FSOUND_STEREOPAN. This is meant for stereo samples, but will work on mono samples as well. It makes both left and right FULL volume instead of 50/50 as middle panning does. See remarks section for more information on this. |