- voice_get_volume
-
Returns the current volume of the voice. Allegro game programming library.
- voice_ramp_volume
-
Starts a volume ramp for a voice. Allegro game programming library.
- voice_set_echo
-
Sets the echo parameters for a voice. Allegro game programming library.
- voice_set_frequency
-
Sets the pitch of the voice. Allegro game programming library.
- voice_set_pan
-
Sets the pan position. Allegro game programming library.
- voice_set_playmode
-
Adjusts the loop status of the specified voice. Allegro game programming library.
- voice_set_position
-
Sets the position of a voice. Allegro game programming library.
- voice_set_priority
-
Sets the priority of a voice. Allegro game programming library.
- voice_set_tremolo
-
Sets the tremolo parameters for a voice. Allegro game programming library.
- voice_set_vibrato
-
Sets the vibrato parameters for a voice. Allegro game programming library.
- voice_set_volume
-
Sets the volume of the voice. Allegro game programming library.
- voice_start
-
Activates a voice. Allegro game programming library.
- voice_stop
-
Stops a voice. Allegro game programming library.
- voice_stop_frequency_sweep
-
Interrupts a frequency sweep operation. Allegro game programming library.
- voice_stop_pan_sweep
-
Interrupts a pan sweep operation. Allegro game programming library.
- voice_stop_volumeramp
-
Interrupts a volume ramp operation. Allegro game programming library.
- voice_sweep_frequency
-
Starts a frequency sweep for a voice. Allegro game programming library.
- voice_sweep_pan
-
Starts a pan sweep for a voice. Allegro game programming library.
- vsync
-
Waits for a vertical retrace to begin. Allegro game programming library.
- xor_mode
-
Shortcut for toggling xor drawing mode on and off. Allegro game programming library.
- xwin_set_window_name
-
Specify the window name and group (or class). Allegro game programming library.
- ZBUFFER
-
Stores 3d zbuffer information. Allegro game programming library.
- _getpixel
-
Faster specific version of getpixel(). Allegro game programming library.
- _getpixel15
-
See _getpixel.3alleg
- _getpixel16
-
See _getpixel.3alleg
- _getpixel24
-
See _getpixel.3alleg
- _getpixel32
-
See _getpixel.3alleg
- _putpixel
-
Faster specific version of putpixel(). Allegro game programming library.
- _putpixel15
-
See _putpixel.3alleg
- _putpixel16
-
See _putpixel.3alleg
- _putpixel24
-
See _putpixel.3alleg
- _putpixel32
-
See _putpixel.3alleg
- _set_color
-
Inline version of set_color(). Allegro game programming library.
- _ustrdup
-
Duplicates a string with a custom memory allocator. Allegro game programming library.