Answer the question
In order to leave comments, you need to log in
Cross browser way to play MIDI on a web page
For one project, I needed to play midi files on a page. Naturally, this should work on most browsers (well, I don’t take into account ie6). But, as far as I understand, you either need a QuickTime plugin, which is far from available on every machine, or Flash, which, judging by what Google told me, cannot work with midi, or the audio tag, which is far from being implemented everywhere in FF , for example, is also not friendly with midi.
In general, I'm surprised. The format is old, actively used (in the circles of musicians), but with tight support. Does anyone have any options on how to stick midi playback on the page?
Answer the question
In order to leave comments, you need to log in
using the embed tag
<embed src="http://YOUR URL.mid" autostart="true" controls="smallconsole" loop="true">
MIDI is not a format, it's an interface for data transfer. MIDI is not available in all sound cards. And unless the MIDI content is generated somehow randomly, or online, then at least you need to render these, yours, midish melodies to WAV. This can be done with any midi editor or sequencer. For example, the same FL Studio.
I won’t say anything 100% about MIDI playback, but I repeat that, for example, I have an external professional card WITHOUT midi. And acc. my PC can't play MIDI in hardware.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question