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_init_voices | ( | AuGlobals * | globals | ) |
Referenced by au_engine_init().
| void au_update_stopped_voices | ( | AuGlobals * | globals | ) |
| void au_update_voices | ( | AuGlobals * | globals | ) |
Referenced by au_update_clients_2().
| void au_voice_after_volume_change | ( | AuVoice * | voice | ) |
Referenced by au_update_voices().
| s32 au_voice_get_delta | ( | s32 | msecs | ) |
Referenced by au_update_voices(), au_voice_after_volume_change(), and au_voice_start().
| void au_voice_set_vol_changed | ( | AuVoice * | voice | ) |
| void au_voice_start | ( | AuVoice * | voice, |
| EnvelopeData * | envData ) |
Referenced by au_syn_update().
| u8 au_voice_step | ( | AuVoice * | voice | ) |
Referenced by au_update_voices(), and au_voice_start().