PDA

View Full Version : midi


SnAp
01-26-2002, 12:59 AM
ok 2 things how do i make my site play midi?

And how do i make midi into a wav?

fredricknish
01-26-2002, 04:57 AM
If you want your site to play a midi file when it loads then use this code

<bgsound src=" ENTER THE NAME OF YOUR WAV FILE HERE" loop="infinite">

The above code will loop your wav file.

I am aware of only a few softwares for converting midi into wav.

This one is a freeware http://www.goice.co.jp/member/mo/timidity

Another one - shareware

http://www.polyhedric.com/software/wavmaker

postitlord
02-05-2002, 07:53 PM
WinAmp (http://www.winamp.com)s plugin can batch convert to wav. Go to Preferences (Press CTRL+P), Click Plug-ins > Output > Nullsoft Disk Writer plug-in v1.0 (x86) (OUT_DISK.DLL) - (Disk Writer is the important part of the name)
Pick (configure) a spot on your harddrive
Load midis into playlist
Disable SHUFFLE and LOOP
Hit PLAY
The scroll bar will move fast over the music, will not hear any sound, and WAVs will be written to your directory. Make sure to put back the Output plug-in to waveOut when done, that's the one normally used so you can hear the music.

I tried it once a year ago, it worked, then I stopped needing it, cause like, it was a WAV file, so I had to use other software to convert to MP3, I use Music Match JukeBox (http://www.musicmatch.com). WinAmp can convert to MP3, but it's built in with a low KBPS limit, not the usual 128kbps but lower, so it doesn't sound acceptable..

(Need an up-to-date version for midi-to-wav to work. I know v2.666 works, so I'm sure any version that came out in recent months will work.)

SnAp
02-06-2002, 11:49 PM
thanks guys

spaz109ca
03-08-2002, 04:59 PM
If you would like to have a midi playing with a play button, pause button, and volume control, use this code:

<embed src="TYPE YOUR .MID FILE HERE" width="254" height="16" autoplay="True">

Where it says "True", you can leave it or type "False".(True means it will start as soon as the page loads, and False means you will have to click the play button to start the music)