[SDL] More MIDI woes
Mason Wheeler
masonwheeler at yahoo.com
Sat Feb 9 22:14:30 PST 2008
While playing MIDI files in SDL_Mixer, I found that most MIDIs will load up and start playing immediately, but a few don't. The attached file, for example, takes approximately 1300 milliseconds from the method call to when I start hearing music.
I'm linking against the latest official version of SDL_Mixer and of SDL, under Win32. At first I thought the problem might be thread-related, so I made sure to call Mix_LoadMUS() and Mix_PlayMusic() from the main thread, but that didn't change anything.
Anyone know anything about this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20080209/e48313cc/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20CFox.mid
Type: audio/mid
Size: 7807 bytes
Desc: not available
Url : http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20080209/e48313cc/attachment.bin
More information about the SDL
mailing list