MIDI Makes It Easier!

Music is something we all love and enjoy. It helpsMIDI standard consists of a communications
us relax and take life easy when we aren'tmessaging protocol designed for use with musical
working. The Musical Instrument Digital Interfaceinstruments, as well as a physical interface
or MIDI for short, helps musicians input their workstandard. The Physical interface consists of a
into computers and process it.one-way (simplex) digital current loop serial
MIDI compatible instruments send out binarycommunications signaling at 31,250 bits per
codes that a computer can understand. All notessecond.
that a musical instrument is capable of playing areThe advantage of MIDI is that it is low bandwidth
assigned specific MIDI messages according toconsuming and hence is good for networks and
what the note and octave are. For example, theInternet. Today, MIDI has become the choice for
Middle C note played on any MIDI compatiblemobile phone service providers to offer their
musical instrument will always transmit the sameconsumers the latest ring tones. Music lovers can
MIDI message from its 'MIDI Out' port. Whatalso enjoy their productions and edit them directly
code will be transmitted when a note is played iswith MIDI software allowing them to have
defined in the MIDI specification. This comprisescomplete control on their work.
the core of the MIDI standard that all instrumentThat is not all! This wonderful standard of
makers like Casio and Yamaha follow.communication can also be used for show control,
Since All MIDI instruments follow the MIDItheatre lighting, special effects, sound design,
specification and thus transmit identical MIDIrecording system synchronization, audio processor
messages for identical MIDI events such as thecontrol and computer networking. Any device built
playing of a certain note on the musicalwith a MIDI out port can in theory control a
instrument, all MIDI instruments can communicatedevice with a MIDI in port. This can only happen if
with and understand each other, as well as withthe maker of both the devices has made
computers which have been programmed toprovisions for the agreements between the 2.
understand MIDI messages using MIDI-awareIn conclusion, the MIDI standard of communication
software. The MIDI interface, converts thehas changed a lot of things. The MIDI messages
current fluctuations transmitted by a MIDI musicalare light weight packages that can be stored and
instrument, into binary numbers that the receivingprocessed with a minimum of fuss and power.
musical instrument or computer can process.This makes MIDI an invaluable format for
All MIDI enabled instruments have a built-in MIDImusicians, game designers and network workers.
interface. In addition, computer sound cardsMIDI is also excellent for show control helping in
usually have this built-in interface - if not, it can bepresentations and other corporate environmental
separately purchased as a card and easily installed.work.
So what does this MIDI standard contain? The