1voice_set_pan(3) Allegro manual voice_set_pan(3)
23
4
NAME
6voice_set_pan - Sets the pan position. Allegro game programming
7library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void voice_set_pan(int voice, int pan);
14
DESCRIPTION
16Sets the pan position, ranging from 0 (left) to 255 (right).
1718
SEE ALSO
20voice_get_pan(3), voice_sweep_pan(3)
2122
23
24
Allegro version 4.4.3 voice_set_pan(3)