Differences between revisions 58 and 66 (spanning 8 versions)
Revision 58 as of 2019-09-15 13:58:26
Size: 2100
Editor: nodiscc
Comment: rm CategoryMidi
Revision 66 as of 2020-03-21 10:34:30
Size: 2204
Comment: changed 1 heading level, interwiki link
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[fr/Midi|Français]] - [[it/MIDI|Italiano]] -~ ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[fr/MIDI|Français]] - [[it/MIDI|Italiano]] -~
Line 4: Line 4:

. '''[[WikiPedia:MIDI|MIDI (Musical Instrument Digital Interface)]]''' is a standard communication protocol thats connects a wide variety of electronic musical instruments, computers, and related audio devices for playing, editing and recording music. A single MIDI link through a MIDI cable can carry up to sixteen channels of information, each of which can be routed to a separate device or instrument. This could be sixteen different digital instruments, for example.
 . '''[[WikiPedia:MIDI|MIDI (Musical Instrument Digital Interface)]]''' is a standard communication protocol thats connects a wide variety of electronic musical instruments, computers, and related '''[[Sound]]''' devices for playing, editing and recording music. A single MIDI link through a MIDI cable can carry up to sixteen channels of information, each of which can be routed to a separate device or instrument. This could be sixteen different digital instruments, for example.
Line 16: Line 15:
You can use [[Timidity]] to easily play MIDI and karaoke ({{{.kar}}}) files.
[[http://timidity.sourceforge.net/|Timidity]] is a MIDI and Karaoke (`.kar`) player. [[PackageManagement#Installing.2C_removing.2C_upgrading_software|Install]] the [[DebianPkg:timidity]] and [[DebianPkg:timidity-interfaces-extra]] packages, and run the program with the interface of your choice:

{{{
timidity -ia #text interface
timidity -ig #gtk interface
timidity -ik #tcl/tk interface
}}}
Line 19: Line 26:
Line 26: Line 32:
=== MIDI systems === == MIDI systems ==
Line 28: Line 34:
MIDI playback and redording is supported by the following systems and sound servers: MIDI playback and recording is supported by the following systems and sound servers:
Line 30: Line 36:
 * [[ALSA]]  * [[ALSA]], [[AlsaMidi]], [[MidiHardware]]
Line 36: Line 42:
 * http://unixmidiplugin.tripod.com/midiSamplePage.html - MIDI test page
 * https://en.wikipedia.org/wiki/MIDI - MIDI - Wikipedia

 * WikiPedia:MIDI - MIDI - Wikipedia
Line 40: Line 46:


== Wiki pages ==

'''List of wiki pages about MIDI software, the MIDI format, hardware setup or configuration:'''

<<FullSearch(category:CategoryMidi)>>

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

  • MIDI (Musical Instrument Digital Interface) is a standard communication protocol thats connects a wide variety of electronic musical instruments, computers, and related Sound devices for playing, editing and recording music. A single MIDI link through a MIDI cable can carry up to sixteen channels of information, each of which can be routed to a separate device or instrument. This could be sixteen different digital instruments, for example.

Software

For a full list of MIDI software, see the Multimedia page.

MIDI file MIME types are audio/x-midi, audio/x-mid, and audio/midi. The file extensions are .mid, .midi.

Timidity is a MIDI and Karaoke (.kar) player. Install the timidity and timidity-interfaces-extra packages, and run the program with the interface of your choice:

timidity -ia #text interface
timidity -ig #gtk interface
timidity -ik #tcl/tk interface

The fluid-soundfont-gs fluid-soundfont-gm vlc-plugin-fluidsynth packages allow you to play MIDI files in any Gstreamer-based media player or VLC. Right-click a .mid or .kar file in your FileManager, Open with..., select the /usr/bin/timidy program, and change its command line to '/usr/bin/timidity' -ia

Hardware

See the MidiHardware page to connect a musical instrument to your computer using MIDI.

MIDI systems

MIDI playback and recording is supported by the following systems and sound servers:


CategorySound CategoryFileFormat