Go to the source code of this file.
|
| void | SYNInit (void) |
| |
| void | SYNQuit (void) |
| |
| void | SYNRunAudioFrame (void) |
| |
| void | SYNInitSynth (SYNSYNTH *synth, void *wavetable, u32 aramBase, u32 zeroBase, u32 priorityVoiceAlloc, u32 priorityNoteOn, u32 priorityNoteRelease) |
| |
| void | SYNQuitSynth (SYNSYNTH *synth) |
| |
| void | SYNMidiInput (SYNSYNTH *synth, u8 *input) |
| |
| void | SYNSetMasterVolume (SYNSYNTH *synth, s32 dB) |
| |
| s32 | SYNGetMasterVolume (SYNSYNTH *synth) |
| |
| u32 | SYNGetActiveNotes (SYNSYNTH *synth) |
| |
| u8 | SYNGetMidiController (SYNSYNTH *synth, u8 midiChannel, u8 function) |
| |
◆ SYNSYNTH
| typedef struct SYNSYNTH SYNSYNTH |
◆ SYNVOICE
| typedef struct SYNVOICE SYNVOICE |
◆ WTADPCM
| typedef struct WTADPCM WTADPCM |
◆ WTART
| typedef struct WTART WTART |
◆ WTINST
| typedef struct WTINST WTINST |
◆ WTREGION
| typedef struct WTREGION WTREGION |
◆ WTSAMPLE
| typedef struct WTSAMPLE WTSAMPLE |
◆ SYNGetActiveNotes()
◆ SYNGetMasterVolume()
◆ SYNGetMidiController()
| u8 SYNGetMidiController |
( |
SYNSYNTH * | synth, |
|
|
u8 | midiChannel, |
|
|
u8 | function ) |
◆ SYNInit()
◆ SYNInitSynth()
| void SYNInitSynth |
( |
SYNSYNTH * | synth, |
|
|
void * | wavetable, |
|
|
u32 | aramBase, |
|
|
u32 | zeroBase, |
|
|
u32 | priorityVoiceAlloc, |
|
|
u32 | priorityNoteOn, |
|
|
u32 | priorityNoteRelease ) |
◆ SYNMidiInput()
| void SYNMidiInput |
( |
SYNSYNTH * | synth, |
|
|
u8 * | input ) |
◆ SYNQuit()
◆ SYNQuitSynth()
◆ SYNRunAudioFrame()
| void SYNRunAudioFrame |
( |
void | | ) |
|
◆ SYNSetMasterVolume()