midi

Arduino MIDI in shield

Arduino MIDI-in shield

This instructable shows how to build a shield to connect devices that send MIDI signals (e.g. a masterkeyboard) to an Arduino. The basic schematic is derived from: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1187962258/ Step 1: The schematic Basically the schematic is just an optocoupler with some resistors to decouple the MIDI device from the Arduino. Note that the DIN connector

Arduino MIDI-in shield Read More »

MIDI Note Player using Arduino

MIDI Note Player using Arduino

This tutorial shows how to play MIDI notes from an Arduino. 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,

MIDI Note Player using Arduino Read More »

MIDI Linear Actuator

MIDI Linear Actuator

This project uses relays to control a Firgelli Automations linear actuator without feedback. The relays are controlled by the MIDI Volume (Control Change number CC7) command which is read by the microcontroller and converted into one of the only 3 states of operation: 1) The Linear Actuator is stopped, 2) The Linear Actuator is extending,

MIDI Linear Actuator Read More »

Scroll to Top