MIDI Output with Arduino


Posted on Nov 18, 2012

This page covers only the details of MIDI communication on the Arduino module. For a more general introduction to MIDI on a microprocessor, see the MIDI notes on Tom's physical computing site. MIDI, the Musical Instrument Digital Interface, is a useful protocol for controlling synthesizers, sequencers, and other musical devices. MIDI devices are generally grouped in to two broad classes: controllers (i.e. devices that generate MIDI signals based on human actions) and synthesizers (including samplers, sequencers, and so forth). The latter take MIDI data in and make sound, light, or some other effect.


MIDI Output with Arduino
Click here to download the full size of the above Circuit.
MIDI Output with Arduino - image 1
Click here to download the full size of the above Image.

This circuit doesn't actually match the MIDI specification, but it works with all the MIDI devices we've tried it with. This circuit includes an analog and a digital sensor to allow for physical interactivity, but those aren't necessary to send MIDI data. Once you're connected, sending MIDI is just a matter of sending the appropriate bytes. The bytes have to be sent as binary values, but you can format them in your code as decimal or hexadecimal values. The example below uses hexadecimal format for any fixed values, and a variable for changing values.




Leave Comment

characters left:

New Circuits

.

 


Popular Circuits

PIC controlled DDS VFO
Scientific Calculator Watch
Car 20W audio booster amplifier
Single-op-amp-clock
Lithium Ion Lithium Poly Charger by LM317
LAN RJ45 Cable Connection Tester
100w quad car amplifier
On-off Infrared Remote Control
The E-meter
Simple Emergency Light
60 Light Sequencer using a Matrix
Linear LTC4151 Voltage
Motor Turn Stall Detector
JFET-Bipolar Cascode



Top