by Blzut3 » Mon Oct 13, 2014 5:30
Can't say MIDI crash reports are going to be all that useful. Unless you can come up with some sequence to reproduce it. They usually result from invalid pointers and stack smashing (hard to debug even with a debug build).
As long as SDL_mixer is being used for MIDI, it's not really supported. From what I read everyone has problem's with SDL_mixer's native MIDI, and from what I see it looks like it's crazy slow to start a song. It's enabled only because it's not any worse than it was before (i.e. not supported at all) and I do intend to have proper MIDI code at some point.
Can't say MIDI crash reports are going to be all that useful. Unless you can come up with some sequence to reproduce it. They usually result from invalid pointers and stack smashing (hard to debug even with a debug build).
As long as SDL_mixer is being used for MIDI, it's not really supported. From what I read everyone has problem's with SDL_mixer's native MIDI, and from what I see it looks like it's crazy slow to start a song. It's enabled only because it's not any worse than it was before (i.e. not supported at all) and I do intend to have proper MIDI code at some point.