![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
| struct | WTADPCM |
| struct | WTART |
| struct | WTINST |
| struct | WTREGION |
| struct | WTSAMPLE |
| struct | HBMSYNSYNTH |
Typedefs | |
| typedef struct HBMSYNVOICE | HBMSYNVOICE |
| typedef struct HBMSYNSYNTH | HBMSYNSYNTH |
| typedef struct WTADPCM | WTADPCM |
| typedef struct WTART | WTART |
| typedef struct WTINST | WTINST |
| typedef struct WTREGION | WTREGION |
| typedef struct WTSAMPLE | WTSAMPLE |
Functions | |
| void | HBMSYNInit (void) |
| void | HBMSYNQuit (void) |
| void | HBMSYNRunAudioFrame (void) |
| void | HBMSYNInitSynth (HBMSYNSYNTH *synth, u8 *wavetable, u8 *samples, u8 *zerobuffer) |
| void | HBMSYNQuitSynth (HBMSYNSYNTH *synth) |
| void | HBMSYNMidiInput (HBMSYNSYNTH *synth, u8 *input) |
| void | HBMSYNSetMasterVolume (HBMSYNSYNTH *synth, s32 dB) |
| s32 | HBMSYNGetMasterVolume (HBMSYNSYNTH *synth) |
| typedef struct HBMSYNSYNTH HBMSYNSYNTH |
| typedef struct HBMSYNVOICE HBMSYNVOICE |
| typedef struct WTADPCM WTADPCM |
| typedef struct WTART WTART |
| typedef struct WTINST WTINST |
| typedef struct WTREGION WTREGION |
| typedef struct WTSAMPLE WTSAMPLE |
| s32 HBMSYNGetMasterVolume | ( | HBMSYNSYNTH * | synth | ) |
| void HBMSYNInit | ( | void | ) |
| void HBMSYNInitSynth | ( | HBMSYNSYNTH * | synth, |
| u8 * | wavetable, | ||
| u8 * | samples, | ||
| u8 * | zerobuffer ) |
| void HBMSYNMidiInput | ( | HBMSYNSYNTH * | synth, |
| u8 * | input ) |
| void HBMSYNQuit | ( | void | ) |
| void HBMSYNQuitSynth | ( | HBMSYNSYNTH * | synth | ) |
| void HBMSYNRunAudioFrame | ( | void | ) |
| void HBMSYNSetMasterVolume | ( | HBMSYNSYNTH * | synth, |
| s32 | dB ) |