Unable to load midi files (C++)

i’m trying to utilise midi files

am = AudioManager::create_AudioManager();
as = am->get_sound(“battle.mid”);
as->play();

loading wav files worked, however i wanted to use midi… does anybody know?

Not supported using the open-source sound code.

Frankly, I wouldn’t advise using midi’s in a computer game. They sound different on every sound card, and they usually sound like crap. I’d convert them to MP3 before shipping.

wow that’s fast

alright, looks like i have to do my own midi code if i wanted to use it

btw, can you check out my particles question (on this board too) because i’m hoping someone can give me some answer, thanks :slight_smile: