SSBM Decomp
Loading...
Searching...
No Matches
synvoice.c File Reference
#include <dolphin.h>
#include "__syn.h"
#include <dolphin/ax.h>
#include <dolphin/mix.h>
#include <dolphin/syn.h>

Macros

#define AX_MAX_VOICES   64

Functions

void __SYNClearVoiceReferences (void *p)
void __SYNSetVoiceToRelease (struct SYNVOICE *voice, unsigned long priority)
void __SYNServiceVoice (int i)

Variables

struct SYNVOICE __SYNVoice [64]

Macro Definition Documentation

◆ AX_MAX_VOICES

#define AX_MAX_VOICES   64

Function Documentation

◆ __SYNClearVoiceReferences()

void __SYNClearVoiceReferences ( void * p)

◆ __SYNSetVoiceToRelease()

void __SYNSetVoiceToRelease ( struct SYNVOICE * voice,
unsigned long priority )

◆ __SYNServiceVoice()

void __SYNServiceVoice ( int i)

Variable Documentation

◆ __SYNVoice

struct SYNVOICE __SYNVoice[64]