Differences between revisions 43 and 46 (spanning 3 versions)
Revision 43 as of 2019-08-17 11:53:35
Size: 3184
Editor: nodiscc
Comment: fix link syntax
Revision 46 as of 2019-08-17 12:16:39
Size: 3284
Editor: nodiscc
Comment: don't cache search
Deletions are marked like this. Additions are marked like this.
Line 68: Line 68:
== See Also == == Wiki pages ==
Line 70: Line 70:
 * MidiHardware
 * PatchBay
 * SoundFont
 * [[Timidity]]
'''List of wiki pages about MIDI software, the MIDI formathardware setup or configuration:'''

<<FullSearch(category:CategoryMIDI)>>
Line 87: Line 87:
 * http://unixmidiplugin.tripod.com/midiSamplePage.html - MIDI test page
Line 88: Line 89:
 * http://unixmidiplugin.tripod.com/midiSamplePage.html - MIDI test page
Line 92: Line 93:
CategorySound [[CategoryMIDI]] CategorySound [[CategoryMIDI]] CategoryFileFormat

Translation(s): English - Français - Italiano


Sound


MIDI

Hardware

The MIDI standard is about signals in a cable. Many musical instruments understand those signals and can communicate through them. The computer can act as a musical instrument, and join the conversation.

There is also a standard midi file format, which describes files containing the same signals. Below is an explanation on how to enable your computer to play such files. MidiHardware describes a method to enable your musical instruments to connect to the computer and be recognised.

Software

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.

You can also install a software synthesizer to play midi files in the totem media player or in VLC. It requires the following packages:

sudo apt-get install fluid-soundfont-gs  fluid-soundfont-gm 
sudo apt-get install vlc-plugin-fluidsynth

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.

You can use a similar procedure for *.kar (open karaoke) files.

Mozilla

Go to Edit / Preferences / Advanced and in "System preferences" mark the box "Use the system preferences" (if you have Timidity installed in your GNOME system).

ALSA

Jack MIDI

  • jackd can work with MIDI data as well as audio.

OSS

Wiki pages

List of wiki pages about MIDI software, the MIDI formathardware setup or configuration:


CategorySound CategoryMIDI CategoryFileFormat