v7 man page for adjust_sample

Query: adjust_sample

OS: v7

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

adjust_sample(3alleg4)						  Allegro manual					    adjust_sample(3alleg4)

NAME
adjust_sample - Alters the parameters of a sample while it is playing. Allegro game programming library. SYNOPSIS
#include <allegro.h> void adjust_sample(const SAMPLE *spl, int vol, int pan, int freq, int loop); DESCRIPTION
Alters the parameters of a sample while it is playing (useful for manipulating looped sounds). You can alter the volume, pan, and fre- quency, and can also clear the loop flag, which will stop the sample when it next reaches the end of its loop. The values of the parameters are just like those of play_sample(). If there are several copies of the same sample playing, this will adjust the first one it comes across. If the sample is not playing it has no effect. SEE ALSO
play_sample(3alleg4), exsample(3alleg4) Allegro version 4.4.2 adjust_sample(3alleg4)
Related Man Pages
exsample(3alleg4) - debian
exsample(3alleg4) - mojave
play_sample(3alleg4) - suse
play_sample(3alleg4) - mojave
play_sample(3alleg4) - redhat
Similar Topics in the Unix Linux Community
The efficiency between GREP and SED???
[Tip] HACMP 7.1.3 and DB/2-Installation
Need help to compile and create python64 bit (2.7.9) on Solaris10
Linux froze and got back working 5 days later, no reboot.
Bash - here document on RHEL 6.8 and 6.9 servers aren't working