Differences between revisions 1 and 27 (spanning 26 versions)
Revision 1 as of 2004-12-24 16:46:26
Size: 208
Editor: anonymous
Comment:
Revision 27 as of 2005-07-05 20:09:33
Size: 1361
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
The ["MIME"] type is
{{{
 audio/x-midi
}}}
["Sound"]
----
The ["MIME"] types are

 * audio/x-midi
 * audio/x-mid
 * audio/midi
Line 13: Line 16:
You can use ["Timidity"] to easily play MIDI and ["karaoke"] files in Linux and ["Mozilla"].

== Gnome ==
Store a midi file in your home directory. Open ["Nautilus"] and right click in the midi file. Select "Open with" (other application) or in Properties go to "Open with". Select Timidity in /usr/bin. Appears the text:
{{{
 '/usr/bin/timidity'
}}}

Change it to
{{{
 '/usr/bin/timidity' -ia
}}}

Now, every time you click in a midi file, timidity is going to play it.
Line 14: Line 32:
{{{
 *WikiPedia:MIDI
 *KAR for open karaoke music files
}}}
 * SoundFont
 * ["XMMS"] MIDI plugins: http://bge.kernel-panic.net/software/xmms.html
 * http://www.wikipedia.org/wiki/MIDI
 ''' http://www.wikipedia.org/wiki/KAR for '''.KAR open karaoke music files
 * PatchBay .
 * [http://www.linuxgazette.com/issue15/midi.html Linux and MIDI: In the beginning...].
=== OSS ===
 * ["OSS"]
 * http://www.4front-tech.com/ossapps.html#midi
=== ALSA ===
 * [http://alsa.opensrc.org/index.php?page=AlsaMidi wiki:Self:AlsaMidi].
 * ["Timidity"]
 * http://www.fluidsynth.org/ and http://qsynth.sourceforge.net/qsynth-index.html
 * http://pkl.net/~node/alsa-patch-bay.html

== External links ==
 * [http://unixmidiplugin.tripod.com/midiSamplePage.html MIDI test page].

["Sound"]


The ["MIME"] types are

  • audio/x-midi
  • audio/x-mid
  • audio/midi

and the file extensions

 mid
 midi

You can use ["Timidity"] to easily play MIDI and ["karaoke"] files in Linux and ["Mozilla"].

Gnome

Store a midi file in your home directory. Open ["Nautilus"] and right click in the midi file. Select "Open with" (other application) or in Properties go to "Open with". Select Timidity in /usr/bin. Appears the text:

 '/usr/bin/timidity' 

Change it to

 '/usr/bin/timidity' -ia

Now, every time you click in a midi file, timidity is going to play it.

See also:

OSS

ALSA