Pendulum MIDI Controller Really Swings

Once in a while, we see a project that makes us want to stop whatever we’re doing and build our own version of it. This time, it’s Modulum, a pendulum-based MIDI controller. It’s exactly what it sounds like. The swinging pendulum acts as a low-frequency oscillator. In the demo video configuration, you can hear it add a watery, dreamlike quality, sort of like a lap steel guitar on LSD.

The pendulum’s motion is detected by four pieces of stretchy, conductive cord. These are wired to an Arduino Nano in a voltage divider fashion. [Evan and Kirk] used the Maxuino library to determine x and y mapping of possible pendular positions as well as perform the necessary MIDI processing. Get your groove on after the break, and check out some of the many other fantastic MIDI controllers we’ve had the pleasure of covering.

Continue reading “Pendulum MIDI Controller Really Swings”

The Hard Drive MIDI Controller

[shantea] builds MIDI controllers, and after a successful first endeavor with a matrix of buttons and knobs, he decided to branch out to something a little bit cooler. It’s called Ceylon, and it’s effectively a turntable controller built from an old hard drive.

As a contrast to the first MIDI controller, this would be a stripped-down build, with just three faders, LEDs for eye candy, a pair of pots for gain control, and a hard disk surrounded by six anti-vandal buttons. The hard disk is the star of the show, acting as a rotary encoder.

When manually spun, the hard disk generates a few phases of sinusoidal waves. The faster you spin it, the higher the amplitude and frequency. These signals are far too weak to be sampled directly by a microcontroller, and for digital control – as in, MIDI – you don’t need to read the analog signals anyway. These signals were turned digital with the help of an LM339 quad comparator. With two of these comparators and signals out of the hard disk that are 90 degrees out of phase, quadrature encoding is pretty easy.

The software for this MIDI controller is based on the OpenDeck Platform, a neat system that allows anyone to create their own MIDI controllers and devices.  It’s also a great looking board that seems to perform well. Video below.

Continue reading “The Hard Drive MIDI Controller”

The Tannin DIY MIDI Controller

tannin-ctlr

[Shantea] needed a DJ controller. While there are commercial controllers out there, none of them fit what he was looking for. He solved the problem by building the Tannin DIY MIDI controller. Tannin features 19 buttons, 16 potentiometers, and 4 LEDs. Buttons can send different MIDI messages for short presses and long presses. Pots can send 6 note on/off messages as well as MIDI control messages depending on their position. The LEDs blink in beat with the MIDI in clock. Everything is programmable and can be mapped thousands of different ways. The heart of the system is an Arduino Nano. [Shantea] used the hairless-midi library to convert MIDI to serial. 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.

We love a build that looks just as good on the inside as on the outside, and Tannin doesn’t fail to impress in this respect. The frame is MDF, and the control panel is laser etched plastic on 3mm of Plexiglass. We really like Tannin’s flavone flair. Inside the case, wiring is kept organized and neat by zip ties and strips of wood below the button grid. [Shantea] had some noise issues connecting pots to flying wires, so he used a custom printed circuit board with a ground plane to gang the pots into 2 banks of 8. The results are something any controllerist would be proud of. Click past the break to see Tannin in action.

Continue reading “The Tannin DIY MIDI Controller”

Laptop Trackpads And MIDI Controllers

pads

A bunch of pads connected to a MIDI out port is as old an idea as the Akai MPC. creating a homebrew version is great, but [Scott] took his version one step further. He used old laptop trackpads to control note on and note off commands when the each pad is tapped, and also added MIDI CC values for the touch pressure and the x and y-axis position.

The trackpads were identical models, each having their own PS/2 output. A few ribbon cable to 8-pin header adapters were manufactured, and the entire ensemble encased in a wonderful maple and aluminum enclosure.

The electronics are based on an Arduino Mega with 16 clock and data points for each touchpad eating up 32 of the 54 available pins on the ‘duino. The PS/2 protocol is well documented, but running 16 separate PS/2 id most certainly not. [Scott] ended up writing his own asynchronous PS/2 communications library to get the latency of his midi device down to about 50ms.

It’s an amazing bit of kit and comparatively inexpensive, given that [Scott] now has a 16-channel Kaoss pad. Video of the device hooked up to a MicroKorg below.

Continue reading “Laptop Trackpads And MIDI Controllers”

FlightDeck: A “Touchless” MIDI Controller

flightdeckmidi

[Edward] wanted a different way to modulate notes on his MIDI controller, so he decided to go touchless. Inspired by the pressure-sensing modulation on his Edirol keyboard, [Edward] aligned eight sensors into a row of playable notes and used infrared to sense the distance of a player’s hand from the keys. He also included some function buttons to cycle through 10 octaves and RGB LEDs beneath the table that perform alongside the music.

He chose SHARP GP2D120 sensors (direct link to datasheet) for their low threshold, which allowed the board to detect distance close to the sensor. Each is mounted onto a sheet of frosted acrylic along with its own “hold note” button and an LED to indicate the key is playing. The lower panel houses an Arduino Mega that drives the system along with an RGB LED strip and its driver board. [Edward] used Maxuino and OSC-Route to interface the Mega to a Max/MSP patch which runs the show.

Learn more about the FlightDeck’s features in a video demonstration of the controller and the software after the break, then check out some other MIDI hacks like this organ pedal or the Arduino-driven MIDI sequencer.

Continue reading “FlightDeck: A “Touchless” MIDI Controller”

Hi-Hat MIDI Controller

midi-hi-hat-controller

Drumming hackers take note, if you’ve got an extra bass drum pedal it’s cheap and simple to use it as a MIDI controller. This rig was thrown together to supplement a DIG DRUM electric drum set. That piece of equipment has a pedal add-on that didn’t come with it. Turns out all it does is feed a resistance value to the set.

To get this up and running a frame was built from a metal base and acrylic side piece. The acrylic hosts a trimmable potentiometer which connects to an 1/4″ stereo jack right beside it. This facilitates connecting the pedal to the drum set using an audio patch cable. Interface with the pedal is accomplished with a few bits from the hardware store. The axle of the pedal sticks out one side, and is clamped between two washers. The other side of the washer grip the timpot causing it to move when the pedal does.

This hardware is a snap to use with your own MIDI device. We’d suggest giving the HIDUINO package a try.

Fully Fretted Guitar MIDI Controller

[Andy] came across this guitar midi controller project from way back and decided to send us a tip about it. The English version, translated from the original Russian, is easy to follow and documents the build process from first prototypes to the version you see above. It can connect via a standard MIDI cable and then be used to control anything you want. The only thing missing is the ability to transmit velocity data, but that’s certainly not a deal breaker.

The device has two sensory parts. The first is a set of pickups that can be seen underneath the strings near the bridge. These work like standard magnetic pickups but instead of extrapolating fret data from the pitch picked up on the string, there is a second sensor mechanism for every fret of each string. Since the strings are made of metal, it’s possible to detect which fret is depressed based on continuity sensing. Of course this means you need a conductor between every fret, and that’s why the fingerboard has been replaced with one made of printed circuit boards. All of this data is gathered, then sent to the MIDI device via a PIC 16F74 microcontroller.

If this leaves you wanting for more guitar hacks, don’t miss this one that adds addressable LEDs in between each fret.