Size: 1704
Comment: converted to 1.6 markup
|
← 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 1: | Line 1: |
[[Sound]] ---- The [[MIME]] types are |
#language en ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[fr/MIDI|Français]] - [[it/MIDI|Italiano]] -~ |
Line 5: | Line 4: |
* audio/x-midi * audio/x-mid * audio/midi |
. '''[[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 9: | Line 6: |
and the file extensions | <<TableOfContents(2)>> == 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}}}. [[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: |
Line 11: | Line 19: |
mid midi |
timidity -ia #text interface timidity -ig #gtk interface timidity -ik #tcl/tk interface |
Line 15: | Line 24: |
You can use [[Timidity]] to easily play MIDI and [[karaoke]] files in Linux and [[Mozilla]]. | |
Line 17: | Line 25: |
=== ALSA === * [[http://alsa.opensrc.org/index.php/AlsaMidi|AlsaMidi]]. * http://www.fluidsynth.org/ and http://qsynth.sourceforge.net/qsynth-index.html * http://pkl.net/~node/alsa-patch-bay.html |
The [[DebPkg:fluid-soundfont-gs]] [[DebPkg:fluid-soundfont-gm]] [[DebPkg: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}}} |
Line 22: | Line 27: |
== 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' }}} |
== Hardware == |
Line 28: | Line 29: |
Change it to {{{ '/usr/bin/timidity' -ia }}} |
See the MidiHardware page to connect a musical instrument to your computer using MIDI. |
Line 33: | Line 31: |
Now, every time you click in a midi file, timidity is going to play it. | |
Line 35: | Line 32: |
You can use a similar procedure for *.kar (open karaoke) files. | == MIDI systems == |
Line 37: | Line 34: |
== Mozilla == Go to Edit '' Preferences '' Advance and in "System preferences" mark the box "Use the system preferences" (if you have [[timidity]] installed in your Gnome system). |
MIDI playback and recording is supported by the following systems and sound servers: |
Line 40: | Line 36: |
See also: * 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...]]. * [[http://www.kibosh.org/pykaraoke|wiki:Self:PyKaraoke]] MIDI/CDG Karaoke player for Linux === OSS === |
* [[ALSA]], [[AlsaMidi]], [[MidiHardware]] * [[JACK]] |
Line 50: | Line 39: |
* http://www.4front-tech.com/ossapps.html#midi | |
Line 54: | Line 42: |
* [[http://unixmidiplugin.tripod.com/midiSamplePage.html|MIDI test page]]. | * WikiPedia:MIDI - MIDI - Wikipedia * http://alsa.opensrc.org/AlsaMidi - AlsaMidi - ALSA Wiki * http://linuxgazette.net/issue15/midi.html - Linux and MIDI: In the beginning... |
Line 56: | Line 50: |
CategorySound | CategorySound CategoryFileFormat |
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.
Contents
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:
External links
MIDI - MIDI - Wikipedia
http://alsa.opensrc.org/AlsaMidi - AlsaMidi - ALSA Wiki
http://linuxgazette.net/issue15/midi.html - Linux and MIDI: In the beginning...