1voice_sweep_frequency(3) Allegro manual voice_sweep_frequency(3)
23
4
NAME
6voice_sweep_frequency - Starts a frequency sweep for a voice. Allegro
7game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void voice_sweep_frequency(int voice, int time, int endfreq);
14
DESCRIPTION
16Starts a frequency sweep (glissando) from the current pitch to the
17specified ending pitch, lasting for time milliseconds.
1819
SEE ALSO
21voice_set_frequency(3)
2223
24
25
Allegro version 4.2.2 voice_sweep_frequency(3)