Midi search engine Midi
midi midi files midi search engine
song music classical Music, Online Music, Music Files, Free, Music Download
pop rock jazz disco mp3 karaoke
Midi ( file.mid) means Musical Instrument Digital
Interface.
midi datas aren't memorized as sound but as information for the computer's
synthetizer that plays the music.
The quality of the sound depends so by the quality of the computer synthetizer.
Il sintetizzatore può essere hardware , parte della scheda audio o
anche software.
Some of the software at th bottom can improve the quality of the comuter's
synthetizer.
Midi doesn't memorize sounds and so it uses less memory then an audio file
like mp3, so midi is very useful in internet.
Midi files can be also karaoke (file.kar) when it memorizes not only musical
instruments but also the words of the song.
To insert a midi file in a web page:
<EMBED SRC='musica1.mid' LOOP=TRUE AUTOSTART=TRUE WIDTH=2 HEIGHT=1>
SRC (The URL of the midi file)
LOOP ( if TRUE the file is played again when it finish . instead only once
if FALSE)
AUTOSTART (if TRUE the file plays when loaded, if FALSE user must click
the play button on the player)
WIDTH e HEIGHT ( of the player, in pixel,, to hide the player you can use
values like 1 and 1 , if the player is hidden AUTOSTART must be TRUE )