|
SSBM Decomp
|
#include <dolphin/syn.h>Go to the source code of this file.
Variables | |
| struct SYNSYNTH * | __SYNSynthList |
| float | __SYNn128 [128] |
| long | __SYNVolumeAttenuation [128] |
| long | __SYNAttackAttnTable [100] |
| struct SYNVOICE | __SYNVoice [64] |
| void __SYNClearAllNotes | ( | struct SYNSYNTH * | synth | ) |
| void __SYNResetAllControllers | ( | struct SYNSYNTH * | synth | ) |
| void __SYNRunInputBufferEvents | ( | struct SYNSYNTH * | synth | ) |
| void __SYNSetupVolumeEnvelope | ( | struct SYNVOICE * | voice | ) |
| void __SYNSetupPitchEnvelope | ( | struct SYNVOICE * | voice | ) |
| void __SYNRunVolumeEnvelope | ( | struct SYNVOICE * | voice | ) |
| void __SYNRunPitchEnvelope | ( | struct SYNVOICE * | voice | ) |
| void __SYNSetupLfo | ( | struct SYNVOICE * | voice | ) |
| void __SYNRunLfo | ( | struct SYNVOICE * | voice | ) |
| void __SYNSetupVolume | ( | struct SYNVOICE * | voice | ) |
| void __SYNSetupPan | ( | struct SYNVOICE * | voice | ) |
| long __SYNGetVoiceInput | ( | struct SYNVOICE * | voice | ) |
| long __SYNGetVoiceFader | ( | struct SYNVOICE * | voice | ) |
| void __SYNUpdateMix | ( | struct SYNVOICE * | voice | ) |
| float __SYNGetRelativePitch | ( | struct SYNVOICE * | voice | ) |
| void __SYNSetupPitch | ( | struct SYNVOICE * | voice | ) |
| void __SYNSetupSrc | ( | struct SYNVOICE * | voice | ) |
| void __SYNUpdateSrc | ( | struct SYNVOICE * | voice | ) |
| void __SYNSetupSample | ( | struct SYNVOICE * | voice | ) |
| void __SYNClearVoiceReferences | ( | void * | p | ) |
| void __SYNSetVoiceToRelease | ( | struct SYNVOICE * | voice, |
| unsigned long | priority ) |
| void __SYNServiceVoice | ( | int | i | ) |
| int __SYNGetWavetableData | ( | struct SYNVOICE * | voice | ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |