voice_sweep_pan - Man Page

Starts a pan sweep for a voice. Allegro game programming library.

Synopsis

#include <allegro.h>

void voice_sweep_pan(int voice, int time, int endpan);

Description

Starts a pan sweep (left <-> right movement) from the current position to the specified ending position, lasting for time milliseconds.

See Also

voice_set_pan(3)

Referenced By

voice_set_pan(3), voice_stop_pan_sweep(3).

version 4.4.3 Allegro manual