1voice_stop_frequency_sweep(3) Allegro manual voice_stop_frequency_sweep(3)
23
4
NAME
6voice_stop_frequency_sweep - Interrupts a frequency sweep operation.
7Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void voice_stop_frequency_sweep(int voice);
14
DESCRIPTION
16Interrupts a frequency sweep operation.
1718
SEE ALSO
20voice_sweep_frequency(3)
2122
23
24
Allegro version 4.4.2 voice_stop_frequency_sweep(3)