Hi!
I've been wondering if there is a chance that you can play mp3 formats instead of midi or aiff for the games factory?
I have been looking for an extension but with no results.
any possible answere would be great and thanks anyway!
//Anthony
i was pretty sure it did play midis.
i was just seeing if the music starts instantly instead of the pause you usually get with the built in midi player.
Playing MIDIs using the DMC2 object would be pretty much pointless. You'd boost your game's size for no real reason because you'll need to include bass.dll within your game and if your game happened to be commercial, you'd have to cope with the expensive license price of bass.dll.
If you have MMF 1.5, you can simply use the DirectShow object to play MIDIs. Instead of loading video files in it, you just open your MIDI file and you can play it without any loading slowdown. They even loop perfectly and you can get them to play over frames, too.