diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-10-29 02:06:14 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-10-29 02:06:14 -0600 |
| commit | 52d3eca4212db61e43c14c37c1917818a2fbbecb (patch) | |
| tree | 3c7250aeb06b746d606d8b3825ddb91db3ef168c /src/audio/note_data.c | |
| parent | 2354ee76a3f57f0fa926b98fb8e9adc2957acc49 (diff) | |
We are so fucking close omg
Diffstat (limited to 'src/audio/note_data.c')
| -rw-r--r-- | src/audio/note_data.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/audio/note_data.c b/src/audio/note_data.c index c7e2574b..32256fc2 100644 --- a/src/audio/note_data.c +++ b/src/audio/note_data.c @@ -1,4 +1,5 @@ #include "sys.h" +#include "endianness.h" #include "sf64audio_provisional.h" f32 gBendPitchOneOctaveFrequencies[] = { @@ -197,6 +198,7 @@ u8 gDefaultShortNoteVelocityTable[] = { u8 gDefaultShortNoteGateTimeTable[] = { 229, 203, 177, 151, 139, 126, 113, 100, 87, 74, 61, 48, 36, 23, 10, 0, }; + EnvelopePoint gDefaultEnvelope[] = { { 4, 32000 }, { 1000, 32000 }, |
