Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
voice_ramp_volume(3)		 Allegro manual 	    voice_ramp_volume(3)

NAME
     voice_ramp_volume - Starts a volume ramp for a voice. Allegro game program-
     ming library.

SYNOPSIS
     #include <allegro.h>

     void voice_ramp_volume(int voice, int time, int endvol);

DESCRIPTION
     Starts  a	volume ramp (crescendo or diminuendo) from the current volume to
     the specified ending volume, lasting for time milliseconds. The volume is a
     value in the range 0-255.

SEE ALSO
     voice_set_volume(3)

Allegro 			  version 4.4.3 	    voice_ramp_volume(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=voice_ramp_volume&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help