Jump to content

Musical Instrument Digital Interface: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Musical Instruments  Digital Interface''', better known as simply '''MIDI''' is a simple networking protocol specifically designed for keyboard based musical instruments, rather than sending out audio data, it sends out standardised messages containing note, duration, volume and so on.
[[Image:MIDI.jpg|200px|right]]
'''Musical Instrument Digital Interface''', better known as simply '''MIDI''' is a simple networking protocol specifically designed for keyboard based musical instruments, rather than sending out audio data, it sends out standardised messages containing note, duration, volume information and so on.
 
===General MIDI===
Usually known as just '''GM''', it is a standard for sound cards or modules that have a built-in [[sample]] playback capabilities. It dictates that the receiving module has a specific type of sound at a specific address allowing software developers to write music or music program that target more than one specific device.
 
====eXtended General MIDI====
Also known as '''XG''' or "Yamaha XG", an extension to General MIDI that expands the number of available sounds to over 600, up from the 128 that the GM.
 
====Roland GS====
Similar to Yamaha's XG, it adds to the number of sounds available from the GM module.


==Links==
==Links==
* [https://www.midi.org/ The MIDI Association]
* [https://www.midi.org/ The MIDI Association]


[[Category:Communication protocols]][[Category:Networking protocols]]
[[Category:MIDI]]

Latest revision as of 06:47, 7 October 2022

Musical Instrument Digital Interface, better known as simply MIDI is a simple networking protocol specifically designed for keyboard based musical instruments, rather than sending out audio data, it sends out standardised messages containing note, duration, volume information and so on.

General MIDI

Usually known as just GM, it is a standard for sound cards or modules that have a built-in sample playback capabilities. It dictates that the receiving module has a specific type of sound at a specific address allowing software developers to write music or music program that target more than one specific device.

eXtended General MIDI

Also known as XG or "Yamaha XG", an extension to General MIDI that expands the number of available sounds to over 600, up from the 128 that the GM.

Roland GS

Similar to Yamaha's XG, it adds to the number of sounds available from the GM module.

Links