MIDI support

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: :angel: :angry: :beer: :bfg: :chaingun: :cheers: :blergh:
View more smilies

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1.5 MiB.

Expand view Topic review: MIDI support

Re: MIDI support

by filipetolhuizen » Mon Oct 13, 2014 16:11

That makes sense. I remember a lot of crashing with the Doomsday engine port upon MIDI restart when SDL_mixer was the default sound lib.

Re: MIDI support

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.

MIDI support

by filipetolhuizen » Sat Oct 04, 2014 2:23

Hello,
Although MIDI support got a lot better, I experienced a crash today and was probably due to MIDI playing. The report is attached. Hope this helps improve MIDI support.
Attachments
CrashReport.zip
(13.26 KiB) Downloaded 169 times

Top