Changes
MIDI
,/* Software Protocol */
The original MIDI (Musical Instrument Digital Interface (MIDI)protocol was developed in 1983 by Dave Smith and Ikutaro Kakehashi to enable communication between electronic instruments.
== Software Protocol ==
== Hardware Protocol ==
* MIDI is one-directional (MIDI OUT implements only TX, no RX, and MIDI IN implements only RX, no TX)
* There are no control signals like CTS/RTS/DSR/DTR used
The standard in MIDI interface was the MPU-401, first introduced as a standalone hardware by Roland in 1984, and then integrated into PC soundcards.
The MPU-401 had 2 modes:
* In UART mode, it acted as any other MIDI interface, passing MIDI data between the computer and external MIDI devices
* In intelligent mode, the PC offloaded the MIDI playback task to the interface, freeing the PC to do other tasks while the music was playing
== Schematic ==
* [[DHCP MIDI Interface]] (DHCP Electronics)
* [[EMR MIDI Interface]] (MIDI) (ElectroMusic Research)
* [[LambdaSpeak]] (III and LS)
* [[Music Machine]] (Sampling/Playback/MIDI) (RAM Electronics)
* [[Silicon Systems MIDI Interface]]
* [[Mini Interface for connection to MK5 MIDI Keyboard]]
* [[DIY MIDI Interface from CPCAI magazine]]
* [[DIY MIDI Interface from CPCinfos magazine]] by Thierry MANGION, port &FAF0 [http://cpcrulez.fr/hardware_montage_8x-interface_MIDI-part_2__CNFO.htm]
== MIDI software for the CPC ==
* [[Foundation Multi-Track Step Time Sequencer]] (Foundation Software)
* [[EMR Miditrack Performer]] (ElectroMusic Research)
== Presentation in ACU magazine ==
<gallery>
image:MIDI test ACU Feb1989.jpg|[[Amstrad Computer User]] reviews MIDI on CPC (page 1/3)
image:MIDI test ACU Feb1989 p2.jpg|[[Amstrad Computer User]] reviews MIDI on CPC (page 2/3)
image:MIDI test ACU Feb1989 p3.jpg|[[Amstrad Computer User]] reviews MIDI on CPC (page 3/3)
</gallery>
== Presentation in CPCAI magazine ==
<gallery>
image:MIDI CPCAI.jpg|[[CPC Amstrad International]] 2/1987 reviews MIDI on CPC (pages 16-22)
</gallery>
== DIY MIDI Interface from CPCAI ==
<gallery>
image:MIDI Interface CPCAI.jpg|[[CPC Amstrad International]] 2/1987 published a DIY MIDI interface & software for CPC (pages 24-31)
</gallery>
== General MIDI ==
General MIDI (GM) is a standardized specification for electronic musical instruments and synthesizers, introduced in 1991 by the MIDI Manufacturers Association and the Japan MIDI Standards Committee.
General MIDI aimed to ensure consistency across devices by defining a uniform set of 128 instrument sounds (called "patches"), such as piano, violin, and drums, organized in a specific program change order, along with standardized channel assignments (e.g., channel 10 for percussion).
This allowed musicians and composers to create music that would sound reasonably similar on any GM-compliant device, solving the patchwork compatibility issues of early MIDI systems.
General MIDI largely superseded the previous Roland MT-32 de-facto standard and quickly became foundational in music production, video game soundtracks, and consumer electronics.
== Weblinks ==
* http://en.wikipedia.org/wiki/Musical_Instrument_Digital_Interface - wikipedia on MIDI in general