voice_set_pan - Man Page
Sets the pan position. Allegro game programming library.
Synopsis
#include <allegro.h>
void voice_set_pan(int voice, int pan);
Description
Sets the pan position, ranging from 0 (left) to 255 (right).
See Also
Referenced By
voice_get_pan(3), voice_sweep_pan(3).
version 4.4.3 Allegro manual