diff options
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 }, |
