1. Re: MIDI music

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?

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu