LED Buttons

led_buttons

For their final project in ECE 4760 at Cornell, [Christina] and [Joe] made a small single octave keyboard using LEDs as the input. They used a total of 63 LEDs to make the keys. Each key consists of 9 LEDs, with the center one acting as a sensor. When you lay your finger on it, the light reflects off of your finger and is picked up by the center LED. An ATMega 664 runs custom code to play a sound. You can find out more details about the construction as well as download the source code on the site. You can also download an example movie of it in action ( 7MB .mp4)

WTPA Bendable Sampler

wtpa

Where’s the Party At is an open source bendable 8-bit sampler kit created by [Todd Bailey]. The initial design started about a year ago when he was instructing circuit benders how to transition to circuit design. He designed the kit to show how simply you could build a sampler. It demonstrates both clear analog and digital design. It’s meant to be a unique instrument though and features a lot of glitchy/quirky characteristics while being fairly reliable. You can read more about the device on his site. It has comprehensive parts and assembly manuals available and the kit is $75.

[via Create Digital Music]

Guitar Hero Macro Board

guitarheromacro

Doesn’t look like the Guitar Hero hacks will be slowing up any time soon. In this recent installment, [Thunderhammer3000] built a board to record Guitar Hero “songs”. It is wired inline with with the fret buttons and strum bar and records each of the key presses. Songs can be recorded at slow speed in practice mode and replayed at full speed. The board is Arduino compatible and has two optoisolator chips for collecting the button presses plus a small EEPROM for storage. The board fits easily inside the guitar body.

Robotic Guitar Like Instrument

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

This guitar bot is part of the Legue of Electronic Musical Urban Robots, or LEMUR.  As you can see in the video, it has 4 strings, each mounted on it’s own unit. The pitch is controlled by a sliding bridge, while the strings are plucked by a series of picks mounted to motor. The sliding bridge is quite fast, being able to shift 2 whole octaves in a quarter of a second. The final effect is quite nice, we would listen even if we weren’t watching a robot work. This is the kind of thing we should expect to see at the Guthman Musical Instrument Competition.

[via Hacked Gadgets]

Human Powered Electric Instruments

music

[Noah] tipped us off to his work with Physically Engaged Electronic Instruments. He is building instruments, that while being electronic, require physical action to drive them. In the video after the break, you can see an example, in the form of a polka. The part that they’re holding (print head?) is attached to a generator which powers the instrument. The effect makes the instrument much more like a traditional stringed instrument that must be strummed. We can easily also imagine an interface similar to a concertina or accordion being functional. There are schematics available on his site in the research reports section, but you’ll have to dig through a pdf or two to find them. We would love to see a breakdown of the instruments and their components in a more accessible form.

Continue reading “Human Powered Electric Instruments”

Electrostatic Computer Interface

[vimeo=4366452]
[Justin] sent in his 1st place winning project from Northeastern’s Electrical Engineering Senior Design Capstone. It’s an interface that uses electrostatics to detect your hand position above it. As you can see in the video, it has decent resolution and can detect position on all 3 axes. When they uncover it, you can see the sensors arranged in a grid. They point out that each sensor isn’t just like a button, but rather detects a range of motion. They are using a pic 18×4550 to handle the sensors, which then communicates to the PC via USB. This could be pretty useful for musical performances as well as an alternative interface for people who can’t use a mouse.EO

IPod Spinning Vinyl

[vimeo 4353898]

Here’s a quick demo that FAT’s [Theo Watson] put together. It uses the iPod’s accelerometer to measure how fast it’s spinning and plays the sound file accordingly. This only works on the iPod touch 2nd gen because of its curved case. He says scratching is coming next, but currently the app doesn’t know which direction it’s spinning since it’s measuring outward force. This project was done in response to [vanderlin]’s AR scratching that used fiducials on records.