Go to the source code of this file.
Macros | |
| #define | POST_BGM_READ() |
Variables | |
| BSS void(* | CurrentSeqCmdHandler )(BGMPlayer *, BGMPlayerTrack *) |
| u8 | EnvelopeReleaseDefaultFast [] |
| u8 | BgmTicksRates [8] |
| u8 | BgmCustomEnvLookup [40] |
| void(* | SefCmdHandlers [])(SoundManager *, SoundPlayer *) |
| void(* | SeqCmdHandlers [])(BGMPlayer *, BGMPlayerTrack *) |
| u8 | SeqCmdArgCounts [] |
| #define POST_BGM_READ | ( | ) |
Definition at line 1018 of file bgm_player.c.
Referenced by au_bgm_player_update_playing().
Definition at line 23 of file bgm_player.c.
Referenced by au_update_clients_for_video_frame().
Definition at line 124 of file bgm_player.c.
Referenced by au_bgm_adjust_volume(), au_bgm_is_song_playing(), au_bgm_process_fade_out(), au_bgm_process_init_song(), au_bgm_process_resume(), au_bgm_process_suspend(), au_bgm_set_linked_tracks(), au_bgm_set_proximity_mix(), and au_bgm_stop_song().
| AuResult au_bgm_process_init_song | ( | SongStartRequest * | request | ) |
Definition at line 135 of file bgm_player.c.
Referenced by snd_song_request_fade_in(), snd_song_request_fade_in_default(), snd_song_request_play(), and snd_song_request_play_default().
Definition at line 227 of file bgm_player.c.
Referenced by snd_song_stop().
Definition at line 247 of file bgm_player.c.
Referenced by snd_song_stop_all().
Definition at line 261 of file bgm_player.c.
Referenced by snd_song_is_playing().
Definition at line 279 of file bgm_player.c.
Referenced by au_bgm_process_resume(), and au_load_song_files().
| AuResult au_bgm_process_fade_out | ( | SongFadeOutRequest * | request | ) |
Definition at line 287 of file bgm_player.c.
Referenced by snd_song_request_fade_out(), and snd_song_request_push_fade_out().
Definition at line 324 of file bgm_player.c.
Referenced by au_bgm_update_fade().
| AuResult au_bgm_process_suspend | ( | SongSuspendRequest * | request, |
| b32 | skipStop ) |
Definition at line 337 of file bgm_player.c.
Referenced by au_bgm_complete_push(), snd_song_push_stop(), snd_song_request_pause(), and snd_song_request_snapshot().
| AuResult au_bgm_process_resume | ( | SongResumeRequest * | request | ) |
Definition at line 395 of file bgm_player.c.
Referenced by snd_song_request_pop(), and snd_song_request_unpause().
Definition at line 473 of file bgm_player.c.
Referenced by au_update_clients_for_audio_frame().
| AuResult au_bgm_adjust_volume | ( | SongStartRequest * | request | ) |
Definition at line 505 of file bgm_player.c.
Referenced by snd_song_set_volume_full(), and snd_song_set_volume_quiet().
Definition at line 523 of file bgm_player.c.
Referenced by au_engine_init().
Definition at line 601 of file bgm_player.c.
Referenced by au_engine_init().
Definition at line 622 of file bgm_player.c.
Referenced by au_update_clients_for_audio_frame().
Definition at line 644 of file bgm_player.c.
Referenced by au_bgm_update_fade(), and au_update_clients_for_audio_frame().
Definition at line 661 of file bgm_player.c.
Referenced by au_update_clients_for_audio_frame().
Definition at line 702 of file bgm_player.c.
Referenced by au_bgm_player_audio_frame_update(), and au_bgm_process_init_song().
Definition at line 817 of file bgm_player.c.
Referenced by au_bgm_player_initialize(), and au_BGMCmd_FF_Special().
Definition at line 827 of file bgm_player.c.
Referenced by au_bgm_begin_video_frame(), au_bgm_player_init(), and au_bgm_process_init_song().
Definition at line 859 of file bgm_player.c.
Referenced by au_bgm_player_audio_frame_update().
Definition at line 904 of file bgm_player.c.
Referenced by au_bgm_player_read_composition().
Definition at line 939 of file bgm_player.c.
Referenced by au_bgm_player_read_composition().
Definition at line 1002 of file bgm_player.c.
Referenced by au_bgm_player_audio_frame_update().
play next tick
Definition at line 1027 of file bgm_player.c.
Referenced by au_bgm_player_audio_frame_update().
| void au_BGMCmd_E0_MasterTempo | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1508 of file bgm_player.c.
| void au_BGMCmd_E1_MasterVolume | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1536 of file bgm_player.c.
| void au_BGMCmd_E2_MasterDetune | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1551 of file bgm_player.c.
| void au_BGMCmd_E3 | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1555 of file bgm_player.c.
| void au_BGMCmd_E6_MasterEffect | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1560 of file bgm_player.c.
Referenced by au_bgm_restore_copied_player().
| void au_BGMCmd_E4_MasterTempoFade | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1573 of file bgm_player.c.
| void au_BGMCmd_E5_MasterVolumeFade | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1586 of file bgm_player.c.
| void au_BGMCmd_E8_TrackOverridePatch | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1603 of file bgm_player.c.
| void au_BGMCmd_E9_InstrumentVolume | ( | BGMPlayer * | arg0, |
| BGMPlayerTrack * | track ) |
Definition at line 1608 of file bgm_player.c.
Referenced by au_bgm_set_linked_tracks().
| void au_BGMCmd_F6_InstrumentVolumeLerp | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1619 of file bgm_player.c.
Referenced by au_bgm_change_track_volume(), au_bgm_player_update_playing(), and au_bgm_set_linked_tracks().
| void au_BGMCmd_EA_InstrumentPan | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1638 of file bgm_player.c.
| void au_BGMCmd_EB_InstrumentReverb | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1644 of file bgm_player.c.
| void au_BGMCmd_EC_TrackVolume | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1649 of file bgm_player.c.
| void au_BGMCmd_ED_InstrumentCoarseTune | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1654 of file bgm_player.c.
| void au_BGMCmd_EE_InstrumentFineTune | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1658 of file bgm_player.c.
| void au_BGMCmd_EC_TrackDetune | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1662 of file bgm_player.c.
| void au_BGMCmd_F0_TrackTremolo | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1667 of file bgm_player.c.
| void au_BGMCmd_F1_TrackTremoloRate | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1673 of file bgm_player.c.
| void au_BGMCmd_F2_TrackTremoloDepth | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1677 of file bgm_player.c.
| void au_BGMCmd_F3_TrackTremoloStop | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1681 of file bgm_player.c.
| void au_BGMCmd_F4_SubTrackRandomPan | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1685 of file bgm_player.c.
| void au_BGMCmd_F5_UseInstrument | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1690 of file bgm_player.c.
| void au_BGMCmd_F7_ReverbType | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1728 of file bgm_player.c.
| void au_BGMCmd_FD_EventTrigger | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1739 of file bgm_player.c.
| void au_BGMCmd_FE_Detour | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1744 of file bgm_player.c.
| void au_BGMCmd_FC_Branch | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1753 of file bgm_player.c.
| void au_BGMCmd_FF_Special | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1792 of file bgm_player.c.
| void au_BGMCmd_NOP | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track ) |
Definition at line 1894 of file bgm_player.c.
Definition at line 1974 of file bgm_player.c.
Referenced by snd_song_set_proximity_mix_far(), snd_song_set_proximity_mix_full(), and snd_song_set_proximity_mix_near().
Definition at line 2001 of file bgm_player.c.
Referenced by snd_song_set_playback_rate().
Definition at line 2016 of file bgm_player.c.
Referenced by snd_song_set_detune().
Definition at line 2026 of file bgm_player.c.
Definition at line 2036 of file bgm_player.c.
Referenced by snd_song_clear_track_volumes(), and snd_song_set_track_volumes().
| void au_bgm_set_prox_mix_fade | ( | BGMPlayer * | player, |
| BGMPlayerTrack * | track, | ||
| s32 | target, | ||
| s32 | duration ) |
Definition at line 2041 of file bgm_player.c.
Referenced by au_BGMCmd_FC_Branch(), and au_BGMCmd_FF_Special().
Definition at line 2059 of file bgm_player.c.
Referenced by au_bgm_player_initialize(), au_bgm_player_update_stop(), and au_bgm_process_suspend().
| AuResult au_bgm_set_linked_tracks | ( | SongSwapLinkedRequest * | request | ) |
Definition at line 2070 of file bgm_player.c.
Referenced by snd_song_set_linked_mode().
| BSS void(* CurrentSeqCmdHandler) (BGMPlayer *, BGMPlayerTrack *) | ( | BGMPlayer * | , |
| BGMPlayerTrack * | ) |
Definition at line 4 of file bgm_player.c.
Referenced by au_bgm_player_update_playing().
|
extern |
Definition at line 327 of file sfx_player.c.
Referenced by au_bgm_set_linked_tracks().
|
extern |
Definition at line 279 of file sfx_player.c.
Referenced by au_bgm_begin_video_frame(), and au_bgm_process_init_song().
|
extern |
Definition at line 335 of file sfx_player.c.
Referenced by au_BGMCmd_FF_Special().
|
extern |
Definition at line 200 of file sfx_player.c.
|
extern |
Definition at line 237 of file sfx_player.c.
Referenced by au_bgm_player_update_playing().
|
extern |
Definition at line 272 of file sfx_player.c.
Referenced by au_bgm_player_update_playing().