All posts in the 'MIDI related projects' Category

USB MIDIbox Module Hardware

USB MIDIbox Module Hardware
This USB module provides 2 MIDI In and 2 MIDI Out ports which are linked to the computer via USB. The driver is based on the official Device Class Definition from usb.org and plays together with every operating system which supports this class: WinME, Win2k, WinXP, Mac OS X, Linux, Pegasos, MorphOS and OS4.[more]

Posted in : MIDI related projects | USB projects

Homemade MIDI turntable

Homemade MIDI turntable
Cheap and simple homemade MIDI turntable with GPL2 license. Using a ATmega, a HDNS-2000 optical mouse encoder, GCC-AVR, AVR-Libc and FreeRTOS.The microcontroller ATmega16 is the brain. As inputs, there is only two, the YA and YB from HDNS-2000 IC, which reside inside the optical mouse. With this two inputs, we can know the direction of movement and velocity of the turntable.As outputs, the microcontroller output information for MIDI and for three LEDs. It sends by MIDI information about the movement of turntable. One LED flash just for show activity of the microcontroller, and the other two, turn on when there is movement of the turntable.[more]

Posted in : AVR projects | MIDI related projects

Arduino MIDI Volume Pedal

Arduino MIDI Volume Pedal
This is the MIDI volume pedal project designed by Keith Neufeld.This synths also have an internal volume setting that’s controlled by software (like the volume control on an iPod, or a PC, or a higher-end car stereo). And this internal volume setting can be addressed by MIDI, since MIDI is digital commands sent serially over a cable. The circuit is very simple.MIDI connects devices using a current loop.[more]

Posted in : Arduino projects | MIDI related projects | Sound related projects

DMX Interface

DMX Interface
The Tinker.it! DMX Interface is a device that can receive DMX messages and control different type of lights. It is designed to be powered at 12v and housed in a standard DIN enclosure.[more]

Posted in : MIDI related projects

MIDI In/Out Hardware for DS

MIDI In/Out Hardware for DS
MIDI devices are very easy to connect to DS via DSerial. MIDI Out can be directly wired to the connector without any components. MIDI In requires to use an Optocoupler, but the schematic is quite simple. [more]

Posted in : MIDI related projects