1voice_sweep_frequency(3)        Allegro manual        voice_sweep_frequency(3)
2
3
4

NAME

6       voice_sweep_frequency  -  Starts a frequency sweep for a voice. Allegro
7       game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void voice_sweep_frequency(int voice, int time, int endfreq);
14

DESCRIPTION

16       Starts a frequency sweep (glissando) from  the  current  pitch  to  the
17       specified ending pitch, lasting for time milliseconds.
18
19

SEE ALSO

21       voice_set_frequency(3)
22
23
24
25Allegro                          version 4.2.2        voice_sweep_frequency(3)
Impressum