GP32 Gpmidiplay


Akuma no Houkon

Certified Guru
Joined
Mar 4, 2004
Messages
1,194
Age
43
Location
USA > Washington > Everett
Website
akuma.gp32news.com
Looking at the API documentation of GpMidiPlay the following quote
"this prevents the original functions of a MIDI file. You must use Development Utility
BV10 and export the dedicatedly formatted data."


Now, can someone help me understand what this means? Do I need to send my midi's through a conversion utility, if so, where can I find such a program?

I tried GP32Converter but it doesnt do midi, it only converts wav files.
 
Well if you are using Gamepark SDK midi stuff won't work anyway. The SDK does not simply contain any code to implement actual midi stuff. There are only empty function stubs :blink:
 
The SDK is exactly the same.. the modified devkitadv bundle just brings in the compiler and integrates the dev environment nicely.
 
A wav file is just a container file and can contain all kind of (compressed) audio formats.
PCM is the most used WAV compression format.

Wav format
 
Back
Top