Go to the source code of this file.
Functions | |
void | au_update_stopped_voices (AuGlobals *globals) |
void | au_init_voices (AuGlobals *globals) |
void | au_update_voices (AuGlobals *globals) |
void | au_voice_after_volume_change (AuVoice *voice) |
s32 | au_voice_get_delta (s32 msecs) |
void | au_voice_start (AuVoice *voice, EnvelopeData *envData) |
u8 | au_voice_step (AuVoice *voice) |
void | au_voice_set_vol_changed (AuVoice *voice) |
void au_update_stopped_voices | ( | AuGlobals * | globals | ) |
Definition at line 4 of file 2d9a0_len_890.c.
void au_init_voices | ( | AuGlobals * | globals | ) |
Definition at line 19 of file 2d9a0_len_890.c.
Referenced by au_engine_init().
void au_update_voices | ( | AuGlobals * | globals | ) |
Definition at line 37 of file 2d9a0_len_890.c.
Referenced by au_update_clients_2().
void au_voice_after_volume_change | ( | AuVoice * | voice | ) |
Definition at line 170 of file 2d9a0_len_890.c.
Referenced by au_update_voices().
s32 au_voice_get_delta | ( | s32 | msecs | ) |
Definition at line 177 of file 2d9a0_len_890.c.
Referenced by au_update_voices(), au_voice_after_volume_change(), and au_voice_start().
void au_voice_start | ( | AuVoice * | voice, |
EnvelopeData * | envData ) |
Definition at line 181 of file 2d9a0_len_890.c.
Referenced by au_syn_update().
u8 au_voice_step | ( | AuVoice * | voice | ) |
Definition at line 210 of file 2d9a0_len_890.c.
Referenced by au_update_voices(), and au_voice_start().
void au_voice_set_vol_changed | ( | AuVoice * | voice | ) |
Definition at line 253 of file 2d9a0_len_890.c.