Difference between revisions of "Inter-Device Communication"

From CCRMA Wiki
Jump to: navigation, search
Line 7: Line 7:
  
 
==MIDI==
 
==MIDI==
MIDI - Music Instrument Digital Interface, is the result of a music industry effort to standardize the control communication between digital music instruments. MIDI in designed to be compact and easily parsed by machines (not humans!). MIDI messages are independant of timbre and describe only musical events such as note ons, note offs, and pitch bends. MIDI also provides message to change the setup of remote instruments via control change messages. Today MIDI is used everywhere from cell phone rings to controlling theatre lights and interactive art installations.  
+
MIDI - Music Instrument Digital Interface, is the result of a music industry effort to standardize the control communication between digital music instruments. MIDI in designed to be compact and easily parsed by machines (not humans!). MIDI messages are independant of timbre and describe only musical events such as note ons, note offs, [and pitch bends. MIDI also provides message to change the setup of remote instruments via control change messages. Today MIDI is used everywhere from cell phone rings to controlling theatre lights and interactive art installations.  
  
 
MIDI has some serious drawbacks in bandwidth/speed, resolution and reliability of computer interface hardware/software. While it's not the only solution to instrument - computer communication, it is still an appropritate choice for many applications.  
 
MIDI has some serious drawbacks in bandwidth/speed, resolution and reliability of computer interface hardware/software. While it's not the only solution to instrument - computer communication, it is still an appropritate choice for many applications.  
  
 
The MIDI [http://www.borg.com/%7Ejglatt/tech/midispec.htm Specification]
 
The MIDI [http://www.borg.com/%7Ejglatt/tech/midispec.htm Specification]
 +
 +
[http://www.harmony-central.com/MIDI/Doc/doc.html Harmony Central's MIDI Documentation]
  
 
<center>
 
<center>

Revision as of 16:45, 24 June 2007

Open Sound Control (OSC)

Open Sound Control in a protocol developed at CNMAT for controlling sound synthesis applications. It can be used simply as a replacement for midi with meaningful message names that are easy to parse out in Max/MSP or Pd. It can also be used to create a heirarchy of message that are bound for different receivers and provides support for discovering the messages an application knows how to respond to.

Open Sound Control Homepage

Open Sound Control Specification

MIDI

MIDI - Music Instrument Digital Interface, is the result of a music industry effort to standardize the control communication between digital music instruments. MIDI in designed to be compact and easily parsed by machines (not humans!). MIDI messages are independant of timbre and describe only musical events such as note ons, note offs, [and pitch bends. MIDI also provides message to change the setup of remote instruments via control change messages. Today MIDI is used everywhere from cell phone rings to controlling theatre lights and interactive art installations.

MIDI has some serious drawbacks in bandwidth/speed, resolution and reliability of computer interface hardware/software. While it's not the only solution to instrument - computer communication, it is still an appropritate choice for many applications.

The MIDI Specification

Harmony Central's MIDI Documentation

MIDI ElSpecs.gif

Serial

USB

Wireless