1voice_sweep_pan(3) Allegro manual voice_sweep_pan(3)
23
4
NAME
6voice_sweep_pan - Starts a pan sweep for a voice. Allegro game programā
7ming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void voice_sweep_pan(int voice, int time, int endpan);
14
DESCRIPTION
16Starts a pan sweep (left <-> right movement) from the current position
17to the specified ending position, lasting for time milliseconds.
1819
SEE ALSO
21voice_set_pan(3)
2223
24
25
Allegro version 4.2.3 voice_sweep_pan(3)