HDD Actuated Acoustical Instrument

This is the multichord, a one-string musical instrument built by [Christopher Mitchell]. The string is a 20 pound mono-filament thread stretched between a wooden bridge and the read/write head of a hard drive. The idea is that the vibrations of the string are picked up and amplified acoustically by the sounding box that serves as the body of the instrument. The frequency of vibration (pitch) is changed by adjusting the tension of the string through the application of various voltages to the HDD head. A relief spring has been added to the head to take the resting tension off of it, making it a lot easier to fine-tune the settings for each note. A keyboard made of twelve buttons selects each different pitch as the string is plucked.

[Christopher] is continuing to post great hacks; we’ve seen a glove input and a giant VU meter from him in the past. Take a look at the multichord in action after the break.

Continue reading “HDD Actuated Acoustical Instrument”

Turntable Light Sequencer

[Benjamin] built a sequencer that uses a turntable and light sensors to lay down a funky beat. If you like creepy videos with repeated gratuitous corderoy-clad rear-ends we’ve got you covered after the break. Art film aside, he’s got an interesting project. Four light sensors are mounted below the turning record with LEDs hovering above. His hatred for old LP records is apparent because holes must be drilled in a disc for the light to shine through. The four notes in the sequence can be altered in voice and color, along with controls for motor speed and direction. The project also has four manual inputs to add some variety to the repetitive beat sequence. It’s a bit less practical than the penny sequencer but fun none-the-less.

Continue reading “Turntable Light Sequencer”

Hey Man, SSH To My Guitar And Setup The Multitouch

The Misa Digital Guitar is a digital music controller like we haven’t seen before. The body, machined out of ABS, looks like a guitar. The player puts theirs hands in the same places you would on a guitar but the lack of strings make it something different.

The left had manipulates inputs in the form of 144 sensors, six in each of the twenty-four fret positions. The right hand doesn’t strum, but uses a multitouch screen to control the inputs. The UI looks solid, something you’ll have to see for yourself after the break. Tieing this all together is an AMD Geode processor running Gentoo Linux. That means this is open source and begging you to make it do your bidding.

Continue reading “Hey Man, SSH To My Guitar And Setup The Multitouch”

Multichannel Music Generation For Arduino

[youtube=http://www.youtube.com/watch?v=liRF4alsvaI]

[Drew] wrote a library for playing multichannel music on an Arduino. The project connects multiple piezo buzzers to the popular prototyping platform and handles the dirty work involved in modulating multiple buzzers at the same time. The video above starts with an explanation for the first three minutes but if you’re impatient you can jump directly to the music demonstration. The results are magnificent. We’re going to check out the code and see what we can make happen just as soon as we can round-up multiple piezos.

ProtoDeck – MIDIBOX Based Controller

[Julien] let us know about his ProtoDeck. A MIDIBOX based controller for Ableton Live using a Big Max for live patch interface.

One thing that we have seen is less and less hacks for are MIDIbox projects. It is no wonder, considering now a days we have touch screen and multiple other interfaces and sound creation tools – MIDI almost seems like a dying art.

The ProtoDeck uses 87 pots, 90 buttons, and 81 RGB LEDs all controlled by 2 PIC 18F4620s. [Julien] says his main goals where to have lots of color and buttons. We think he succeeded.

Arduinome With Many Pots

[Aggaz] added 16 potentiometers to his Arduinome.The Arduinome is a monome clone based around the Arduino as a microprocessor. We seen some Arduinome builds in the past but [Aggaz’s] work augments the physical interface.

Potentiometers used in circuit bending allow for manipulation of the sounds coming out of the circuits. In this case the pots are connected to the microcontroller instead of the sound generation circuitry which means you can do whatever you want with them depending on how creative you are with the code. So far he’s just starting to get the new set of interfaces to play nicely over the serial connection. This could end up being quite popular as it only requires the addition of a multiplexer IC, the potentiometers, and the knobs.