How to add a midi file to your web page:
To embed a midi file in your web page (so that you don't get a separate pop-up and it plays automatically) use this HTML syntax:
<embed src="YourSong.mid" height=4 width=4 hidden=true> </embed>
Make sure to put a space in between the '>' and the '<'. Most HTML editors will allow you to copy this text (change the file name!) and paste it into the editor. The editor should recognize it as HTML. The file name may need to be case sensitive.
To make a midi file pop up from a link, just type in the path and file name of the MIDI file name as a link. Here is an HTML example:
<a href="YourSong.mid">Click here to pop-up a MIDI file! </a>
Music MasterWorks has many web-friendly MIDI editing features such as reducing volume by percentage, the ability to append midi files, and the ability to paste multiple copies to create a repeating sequence. Click on the products tab for more information.