Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
voice_set_pan(3) - Linux man page
Name
voice_set_pan - 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
voice_get_pan
(3)
,
voice_sweep_pan
(3)