News

This project demonstrates how to create a USB MIDI interface using an Arduino Pro Micro. The interface allows MIDI communication between USB and Serial MIDI devices. The schematic for this project can ...
An Arduino 2560-based MIDI controller with 4 pots, 4 buttons and two 7-segment displays. In this repository you can find the source code and schematics regarding the MIDI controller I built using an ...
YouTuber Alex Coover, aka Glacial Geyser, has build an awesome Arduino-powered MIDI controller to help with his budding music career. Here's a demo.
Using an Arduino and some basic components this is an easier feat than you may imagine!” Watch this video on YouTube. “TheMIDInator is a MIDI controller based on an Arduino MEGA 2560.
DIY musical instruments are their own thing entirely, but if you're looking for a place to start, Adafruit has a guide to building your own MIDI controller using an Arduino. The OONTZ uses a 3D ...
MIDI MIDI is also a serial protocol, though a lot slower. It clocks along at 31250 baud. Command bytes have the high bit set, one of 8 command codes, and one of 16 channels.
The Arduino interfaces to a PC via serial over USB. On the host PC side, he ran loopbe30 to create a virtual MIDI cable to Traktor, his DJ software.
[Dimitri Diakopoulos] dropped into our tip line to let us know his HIDUINO project. The HIDUINO is a set of firmware for the ATmega8u2 used in the new revisions of the Arduino (Uno, and Mega2560 f… ...