Home
last modified time | relevance | path

Searched refs:voice_ramp_volume (Results 1 – 13 of 13) sorted by relevance

/dports/games/d2x/d2x-0.2.5/arch/dos/allg_snd/sound/
H A Ddigmid.c771 voice_ramp_volume(voice, e->decay_time, e->sustain_level*vol/255); in digmid_trigger()
851 voice_ramp_volume(voice, info->e->release_time, 0); in digmid_key_off()
896 voice_ramp_volume(voice, info->e->decay_time*mu/256, info->e->sustain_level*vol/255); in digmid_set_volume()
H A Dsound.c1235 void voice_ramp_volume(int voice, int time, int endvol) in voice_ramp_volume() function
1253 END_OF_FUNCTION(voice_ramp_volume);
1564 LOCK_FUNCTION(voice_ramp_volume); in sound_lock_mem()
H A Dallegro.h1798 void voice_ramp_volume(int voice, int time, int endvol);
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Ddigmid.c793 voice_ramp_volume(voice, e->decay_time, e->sustain_level*vol/255); in digmid_trigger()
875 voice_ramp_volume(voice, info->e->release_time, 0); in digmid_key_off()
920 voice_ramp_volume(voice, info->e->decay_time*mu/256, info->e->sustain_level*vol/255); in digmid_set_volume()
H A Dsound.c1663 void voice_ramp_volume(int voice, int time, int endvol) in voice_ramp_volume() function
1685 END_OF_FUNCTION(voice_ramp_volume);
2118 LOCK_FUNCTION(voice_ramp_volume); in sound_lock_mem()
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/
H A Ddigi.h177 AL_FUNC(void, voice_ramp_volume, (int voice, int tyme, int endvol));
/dports/games/mirrormagic/mirrormagic-2.0.2/src/libgame/
H A Dsound.c478 voice_ramp_volume(playlist[i].voice, 1000, 0); in sound_handler()
566 voice_ramp_volume(playlist[i].voice, playlist[i].volume, 1000); in SoundServer_InsertNewSound()
/dports/devel/allegro/allegro-4.4.3.1/tests/
H A Ddigitest.c240 voice_ramp_volume(d->d1, CLAMP(0, j, 999999), CLAMP(0, i, 255)); in waveform_proc()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/libgame/
H A Dsound.c780 voice_ramp_volume(mixer[channel].voice, SOUND_FADING_INTERVAL, 0); in Mixer_FadeChannel()
806 voice_ramp_volume(mixer[channel].voice, SOUND_FADING_INTERVAL, in Mixer_UnFadeChannel()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/libgame/
H A Dsound.c764 voice_ramp_volume(mixer[channel].voice, SOUND_FADING_INTERVAL, 0); in Mixer_FadeChannel()
790 voice_ramp_volume(mixer[channel].voice, SOUND_FADING_INTERVAL, in Mixer_UnFadeChannel()
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/libgame/
H A Dsound.c764 voice_ramp_volume(mixer[channel].voice, SOUND_FADING_INTERVAL, 0); in Mixer_FadeChannel()
790 voice_ramp_volume(mixer[channel].voice, SOUND_FADING_INTERVAL, in Mixer_UnFadeChannel()
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/libgame/
H A Dsound.c765 voice_ramp_volume(mixer[channel].voice, SOUND_FADING_INTERVAL, 0); in Mixer_FadeChannel()
791 voice_ramp_volume(mixer[channel].voice, SOUND_FADING_INTERVAL, in Mixer_UnFadeChannel()
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dallegro._tx9744 @xref Voice control, voice_get_volume, voice_ramp_volume
9748 @@void @voice_ramp_volume(int voice, int time, int endvol);
9756 @xref voice_ramp_volume