|
static void | __SYNAddSynthToList (SYNSYNTH *synth) |
|
static void | __SYNRemoveSynthFromList (SYNSYNTH *synth) |
|
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) |
|