logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

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

See Also

voice_set_pan(3alleg4)

Allegro                                           version 4.4.3                         voice_sweep_pan(3alleg4)

Synopsis

#include<allegro.h>voidvoice_sweep_pan(intvoice,inttime,intendpan);

See Also