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

Functions

void __SYNSetupLfo (struct SYNVOICE *voice)
void __SYNRunLfo (struct SYNVOICE *voice)

Variables

static f32 __SYNLfo [64]

Function Documentation

◆ __SYNSetupLfo()

void __SYNSetupLfo ( struct SYNVOICE * voice)

◆ __SYNRunLfo()

void __SYNRunLfo ( struct SYNVOICE * voice)

Variable Documentation

◆ __SYNLfo

f32 __SYNLfo[64]
static
Initial value:
= {
0.000000f, 0.098020f, 0.195090f, 0.290280f, 0.382680f, 0.471400f,
0.555570f, 0.634390f, 0.707110f, 0.773010f, 0.831470f, 0.881920f,
0.923880f, 0.956940f, 0.980790f, 0.995180f, 1.000000f, 0.995180f,
0.980790f, 0.956940f, 0.923880f, 0.881920f, 0.831470f, 0.773010f,
0.707110f, 0.634390f, 0.555570f, 0.471400f, 0.382680f, 0.290280f,
0.195090f, 0.098020f, 0.000000f, -0.098020f, -0.195090f, -0.290280f,
-0.382680f, -0.471400f, -0.555570f, -0.634390f, -0.707110f, -0.773010f,
-0.831470f, -0.881920f, -0.923880f, -0.956940f, -0.980790f, -0.995180f,
-1.000000f, -0.995180f, -0.980790f, -0.956940f, -0.923880f, -0.881920f,
-0.831470f, -0.773010f, -0.707110f, -0.634390f, -0.555570f, -0.471400f,
-0.382680f, -0.290280f, -0.195090f, -0.098020f,
}