.\" Generated by the Allegro makedoc utility .TH voice_set_pan 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME voice_set_pan \- Sets the pan position. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void voice_set_pan(int voice, int pan); .SH DESCRIPTION Sets the pan position, ranging from 0 (left) to 255 (right). .SH SEE ALSO .BR voice_get_pan (3alleg4), .BR voice_sweep_pan (3alleg4)