1voice_set_vibrato(3) Allegro manual voice_set_vibrato(3)
23
4
NAME
6voice_set_vibrato - Sets the vibrato parameters for a voice. Allegro
7game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void voice_set_vibrato(int voice, int rate, int depth);
14
DESCRIPTION
16Sets the vibrato parameters for a voice (not currently implemented).
1718
19
20
SEE ALSO
22Allegro version 4.2.3 voice_set_vibrato(3)