.\" Generated by the Allegro makedoc utility .TH voice_sweep_pan 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME voice_sweep_pan \- Starts a pan sweep for a voice. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void voice_sweep_pan(int voice, int time, int endpan); .SH DESCRIPTION Starts a pan sweep (left <-> right movement) from the current position to the specified ending position, lasting for time milliseconds. .SH SEE ALSO .BR voice_set_pan (3alleg4)