Difference between revisions of "MIDI"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Music and sound]][[Category:Electronic Component]]
 
[[Category:Music and sound]][[Category:Electronic Component]]
  
Musical Instrument Digital Interface (MIDI)
+
''Musical Instrument Digital Interface (MIDI)''
  
 
== Software Protocol ==
 
== Software Protocol ==
  
Basicall transmits commands like key on, key off, plus pitch/volume parameters.
+
Basically transmits commands like key on, key off, plus pitch/volume parameters.
  
 
Write more...
 
Write more...
Line 33: Line 33:
 
* [[Foundation Multi-Track Step Time Sequencer]] (Foundation Software)
 
* [[Foundation Multi-Track Step Time Sequencer]] (Foundation Software)
 
* [[EMR Miditrack Performer]] (ElectroMusic Research)
 
* [[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>
  
 
== Weblinks ==
 
== Weblinks ==

Revision as of 17:32, 8 March 2012


Musical Instrument Digital Interface (MIDI)

Software Protocol

Basically transmits commands like key on, key off, plus pitch/volume parameters.

Write more...

Hardware Protocol

The data is transferred at 31250 bits per second, using 8-N-1 format (one start bit, eight data bits, no parity bit, and one stop bit). So far, the MIDI protocol is much similar to RS232, and many MIDI interfaces do actually use standard "RS232" UART chips. Differences to RS232 are:

  • The signals are transmitted as TTL levels (0V and 5V) (unlike +/-12V on RS232) with 5V reference voltage (unlike 0V on RS232)
  • The receiver should pass the TTL signal through an Opto-Isolator
  • The 31250 Hz baudrate isn't a standard RS232 rate
  • 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

Schematic

MidiElectricalSpecificationDiagram.gif

MIDI Interfaces for the CPC

MIDI software for the CPC

Presentation in ACU magazine

Weblinks