![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Namespaces | |
| namespace | BankFile |
| namespace | SeqFile |
| namespace | SoundArchiveFile |
| namespace | StrmFile |
| namespace | WaveFile |
| namespace | WsdFile |
Typedefs | |
| typedef ut::LinkList< AxVoice, offsetof(AxVoice, mLinkNode)> | AxVoiceList |
| typedef struct nw4hbm::snd::detail::InstInfo | InstInfo |
| typedef ut::LinkList< BasicSound, offsetof(BasicSound, mPriorityLink)> | BasicSoundPrioList |
| typedef ut::LinkList< BasicSound, offsetof(BasicSound, mSoundPlayerPlayLink)> | BasicSoundPlayerPlayList |
| typedef ut::LinkList< BasicSound, offsetof(BasicSound, mSoundPlayerPriorityLink)> | BasicSoundPlayerPrioList |
| typedef ut::LinkList< BasicSound, offsetof(BasicSound, mExtSoundPlayerPlayLink)> | BasicSoundExtPlayList |
| typedef ut::LinkList< DisposeCallback, offsetof(DisposeCallback, mDisposeLink)> | DisposeCallbackList |
| typedef struct nw4hbm::snd::detail::LfoParam | LfoParam |
| typedef ut::LinkList< PlayerHeap, offsetof(PlayerHeap, mLink)> | PlayerHeapList |
| typedef ut::LinkList< SeqPlayer, offsetof(SeqPlayer, mPlayerLink)> | SeqPlayerList |
| typedef struct nw4hbm::snd::detail::AdpcmParam | AdpcmParam |
| typedef struct nw4hbm::snd::detail::AdpcmLoopParam | AdpcmLoopParam |
| typedef struct nw4hbm::snd::detail::AdpcmInfo | AdpcmInfo |
| typedef struct nw4hbm::snd::detail::VoiceChannelParam | VoiceChannelParam |
| typedef struct nw4hbm::snd::detail::StrmChannel | StrmChannel |
| typedef struct nw4hbm::snd::detail::StrmInfo | StrmInfo |
| typedef ut::LinkList< StrmPlayer, offsetof(StrmPlayer, mPlayerLink)> | StrmPlayerList |
| typedef ut::LinkList< Task, offsetof(Task, mTaskLink)> | TaskList |
| typedef struct nw4hbm::snd::detail::ChannelParam | ChannelParam |
| typedef struct nw4hbm::snd::detail::WaveData | WaveData |
| typedef struct nw4hbm::snd::detail::WaveSoundInfo | WaveSoundInfo |
| typedef struct nw4hbm::snd::detail::WaveSoundNoteInfo | WaveSoundNoteInfo |
| typedef ut::LinkList< WsdPlayer, offsetof(WsdPlayer, mPlayerLink)> | WsdPlayerList |
Enumerations | |
| enum | DebugSoundType { DEBUG_SOUND_TYPE_SEQSOUND , DEBUG_SOUND_TYPE_STRMSOUND , DEBUG_SOUND_TYPE_WAVESOUND } |
Functions | |
| int | CalcAxvpbDelta (u16 init, u16 target) |
| u16 | CalcMixVolume (f32 volume) |
| u8 | ReadByte (const void *address) |
| bool | Debug_GetWarningFlag (DebugWarningFlag warning) |
| DebugWarningFlag | Debug_GetDebugWarningFlagFromSoundType (DebugSoundType type) |
| char const * | Debug_GetSoundTypeString (DebugSoundType type) |
| AxVoice::Format | WaveFormatToAxFormat (u32 format) |
| typedef struct nw4hbm::snd::detail::AdpcmInfo nw4hbm::snd::detail::AdpcmInfo |
| typedef struct nw4hbm::snd::detail::AdpcmLoopParam nw4hbm::snd::detail::AdpcmLoopParam |
| typedef struct nw4hbm::snd::detail::AdpcmParam nw4hbm::snd::detail::AdpcmParam |
| typedef ut::LinkList<AxVoice, offsetof(AxVoice, mLinkNode)> nw4hbm::snd::detail::AxVoiceList |
| typedef ut::LinkList<BasicSound, offsetof(BasicSound, mExtSoundPlayerPlayLink)> nw4hbm::snd::detail::BasicSoundExtPlayList |
| typedef ut::LinkList<BasicSound, offsetof(BasicSound, mSoundPlayerPlayLink)> nw4hbm::snd::detail::BasicSoundPlayerPlayList |
| typedef ut::LinkList<BasicSound, offsetof(BasicSound, mSoundPlayerPriorityLink)> nw4hbm::snd::detail::BasicSoundPlayerPrioList |
| typedef ut::LinkList<BasicSound, offsetof(BasicSound, mPriorityLink)> nw4hbm::snd::detail::BasicSoundPrioList |
| typedef struct nw4hbm::snd::detail::ChannelParam nw4hbm::snd::detail::ChannelParam |
| typedef ut::LinkList<DisposeCallback, offsetof(DisposeCallback, mDisposeLink)> nw4hbm::snd::detail::DisposeCallbackList |
| typedef struct nw4hbm::snd::detail::InstInfo nw4hbm::snd::detail::InstInfo |
| typedef struct nw4hbm::snd::detail::LfoParam nw4hbm::snd::detail::LfoParam |
| typedef ut::LinkList<PlayerHeap, offsetof(PlayerHeap, mLink)> nw4hbm::snd::detail::PlayerHeapList |
| typedef ut::LinkList<SeqPlayer, offsetof(SeqPlayer, mPlayerLink)> nw4hbm::snd::detail::SeqPlayerList |
| typedef struct nw4hbm::snd::detail::StrmChannel nw4hbm::snd::detail::StrmChannel |
| typedef struct nw4hbm::snd::detail::StrmInfo nw4hbm::snd::detail::StrmInfo |
| typedef ut::LinkList<StrmPlayer, offsetof(StrmPlayer, mPlayerLink)> nw4hbm::snd::detail::StrmPlayerList |
| typedef ut::LinkList<Task, offsetof(Task, mTaskLink)> nw4hbm::snd::detail::TaskList |
| typedef struct nw4hbm::snd::detail::VoiceChannelParam nw4hbm::snd::detail::VoiceChannelParam |
| typedef struct nw4hbm::snd::detail::WaveData nw4hbm::snd::detail::WaveData |
| typedef struct nw4hbm::snd::detail::WaveSoundInfo nw4hbm::snd::detail::WaveSoundInfo |
| typedef struct nw4hbm::snd::detail::WaveSoundNoteInfo nw4hbm::snd::detail::WaveSoundNoteInfo |
| typedef ut::LinkList<WsdPlayer, offsetof(WsdPlayer, mPlayerLink)> nw4hbm::snd::detail::WsdPlayerList |
| DebugWarningFlag nw4hbm::snd::detail::Debug_GetDebugWarningFlagFromSoundType | ( | DebugSoundType | type | ) |
| char const * nw4hbm::snd::detail::Debug_GetSoundTypeString | ( | DebugSoundType | type | ) |
| bool nw4hbm::snd::detail::Debug_GetWarningFlag | ( | DebugWarningFlag | warning | ) |
|
inline |
|
inline |