Home
last modified time | relevance | path

Searched refs:opl_voice_t (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Doplplayer.c120 typedef struct opl_voice_s opl_voice_t; typedef
160 opl_voice_t *next;
322 static opl_voice_t *voice_free_list;
323 static opl_voice_t *voice_alloced_list;
365 static opl_voice_t *GetFreeVoice(void) in GetFreeVoice()
367 opl_voice_t *result; in GetFreeVoice()
393 opl_voice_t **rover; in RemoveVoiceFromAllocedList()
416 opl_voice_t **rover; in ReleaseVoice()
664 opl_voice_t *rover; in ReplaceExistingVoice()
665 opl_voice_t *result; in ReplaceExistingVoice()
[all …]
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/MUSIC/
H A Doplplayer.c120 typedef struct opl_voice_s opl_voice_t; typedef
160 opl_voice_t *next;
322 static opl_voice_t *voice_free_list;
323 static opl_voice_t *voice_alloced_list;
362 static opl_voice_t *GetFreeVoice(void) in GetFreeVoice()
364 opl_voice_t *result; in GetFreeVoice()
390 opl_voice_t **rover; in RemoveVoiceFromAllocedList()
413 opl_voice_t **rover; in ReleaseVoice()
657 opl_voice_t *rover; in ReplaceExistingVoice()
658 opl_voice_t *result; in ReplaceExistingVoice()
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Di_oplmusic.c109 typedef struct opl_voice_s opl_voice_t; typedef
320 static opl_voice_t voices[OPL_NUM_VOICES * 2];
321 static opl_voice_t *voice_free_list[OPL_NUM_VOICES * 2];
382 static opl_voice_t *GetFreeVoice(void) in GetFreeVoice()
384 opl_voice_t *result; in GetFreeVoice()
414 static void VoiceKeyOff(opl_voice_t *voice);
418 opl_voice_t *voice; in ReleaseVoice()
491 static void SetVoiceInstrument(opl_voice_t *voice, in SetVoiceInstrument()
665 static void VoiceKeyOff(opl_voice_t *voice) in VoiceKeyOff()
883 static void UpdateVoiceFrequency(opl_voice_t *voice) in UpdateVoiceFrequency()
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Di_oplmusic.c109 typedef struct opl_voice_s opl_voice_t; typedef
320 static opl_voice_t voices[OPL_NUM_VOICES * 2];
321 static opl_voice_t *voice_free_list[OPL_NUM_VOICES * 2];
382 static opl_voice_t *GetFreeVoice(void) in GetFreeVoice()
384 opl_voice_t *result; in GetFreeVoice()
414 static void VoiceKeyOff(opl_voice_t *voice);
418 opl_voice_t *voice; in ReleaseVoice()
491 static void SetVoiceInstrument(opl_voice_t *voice, in SetVoiceInstrument()
665 static void VoiceKeyOff(opl_voice_t *voice) in VoiceKeyOff()
883 static void UpdateVoiceFrequency(opl_voice_t *voice) in UpdateVoiceFrequency()
[all …]