voice_sweep_pan
Starts a pan sweep for a voice. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-2)
- Source: allegro4.4
- Report a bug
Starts a pan sweep for a voice. Allegro game programming library.
#include <allegro.h>
void voice_sweep_pan(int voice, int time, int endpan);
Starts a pan sweep (left <-> right movement) from the current position to the specified ending position, lasting for time milliseconds.
voice_set_pan(3alleg4)