What's available from this site...
- Jumbo javascript-based Music Jukebox that contains over 1900 midi files that can reside on your local hard disk and run without any connection to your ISP. You can customize this Jukebox by adding your own audio files. Click HERE for additional information.
- Javascript-based sample MIDI jukebox. This is a sample jukebox with only about 45 midi songs. You can download this sample (~450KB) to determine if you like it or not. If you like it, then you can download the Jumbo version that contains over 1900 songs and is nearly 18MB (compressed) in size! To download this sample, click HERE . Once this zip file has been unzipped, please check to ensure that all .mid files are placed into a sub-directory called "midi". To start the jukebox, point your browser to file index.html. This jukebox has been tested with Internet Explorer 5.0 and Netscape 4.6. Older version of these browsers will most likely not work.
for f in *.mid
- MIDI tools. There are two tools that were emensely helpful in creating this jukebox. They include MIDIFADE used to determine the length of a MIDI song and MIDIVOL that was used to normalized the audio level in all MIDI files to a consistance level. Just click the desired tool to download. Sorry, these tools are for only Windows 3.1/95/98. ALL MIDI files in the jukebox were normalized with the argument "-level 10000". These tools do not support long filenames so you have to write a script something like this (Unix style):
do
cp $f xx.in
midivol -level 10000 xx.in xx.out && mv xx.out $f
doneI would appreciate your comments on the MIDI Jukebox. Just drop ME a line.
Copyright information
To the best of my knowledge, the MIDI files in this collection were not
copyright-restricted and were made freely available for copying without any fees or permissions. If you find any songs that you know are copyright-restricted, please let know.