1. Re: MIDI music
- Posted by wolfgang fritz <wolfritz at KING.IGS.NET> Sep 30, 1999
- 612 views
I,m using the following:
mciSendString = define_c_func(winmm,"mciSendStringA",{C_INT,C_INT,
C_INT,C_INT}, C_INT)
in my programs to prevent a win32lib error report,
and the following to 'play' a MIDI file.
if mciSendString != -1 then
PlayMidiFile("roary2.mid") -- start the muzak !
end if
Is there anything else I need to do to prevent a possible EU crash on a
system that can't play MIDI for whatever reason, or am I just being
paranoid?

