PDA

View Full Version : How I read .mid ?



softflower
12-30-2003, 12:16 PM
I have download the media player object plugin but it not reads the files with extension .mid

How can I read theses files ?


Thanks.

Corey
12-30-2003, 12:44 PM
Hi. It works fine if you type in the .mid file name manually. Looks like the guys omitted the .mid extension from the file browse box, I'll pass this along for a fix. Until then just type it in manually, i.e.

MediaPlayer.Load("PluginName", "AutoPlay\\Docs\\yourFile.mid");

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

softflower
12-30-2003, 12:50 PM
Thanks.

It's running very good.

Ca marche !! :D

Corey
12-30-2003, 01:01 PM
No prob. Bear in mind how unpredictable MIDI format is on the end users system. MIDI is best deplyed only where you can be assured that the end user has at least a SB Live card installed. The MIDI synthesis on many soundcards typically ranges from bad to poor. :)

What sounds like a huge, soaring grand piano on my computer sounds more like someone banging two cookie tins together on my neighbor's computer. :)

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)