1 page
^^
vv
List results:
Search options:
Use \ before commas in usernames
I have not posted on this forum before, so I am not sure if this is the appropriate place for my question, but no other place seemed to be better suited for this topic. I have been searching through and decompiling the files in Metroid Prime for several days trying to find MIDI sequences (or some compiled form of it), and instrument samples. I have been trying to assemble a Metroid Prime soundfont because it very obviously has repeating instrument samples, but it could also just be prerendered. I am aware that there is prerendered audio on the disc, but all of the sound files have fade-outs at the end that are not present in-game. If anyone is aware of the answer to my question and possibly even knows where these files might be located, I would appreciate a reply.
Thanks in advance.
Thread title: 
Edit history:
Antidote: 2017-01-13 06:36:47 pm
No it's not, the only thing in MP that uses midi is the gunship sfx, everything else is either mono dsp (separate left right channels) or stereo rsf.

Loop points are specified by StreamedAudio objects so you'll need to look at those.
What do you mean by the "gunship sfx"?
The engine sounds that play during cutscenes.
just to clarify Antidote is incorrect about loop points being specified by StreamedAudio, they're part of the DSP file format.

But yeah they're not MIDI sequences.