Turntable Sequencer Scratches With Coins

scratching-with-arduino

[tvst] has an interesting take on a sequencer. His design uses coins on a turn table to trigger midi events in a loop. There are four tracks available, each having its own sensor above the spinning platform. The sensors consist of an IR transmitter and receiver setup as a voltage divider. When something passes below the IR transmitter and reflects the infrared waves back up to the receiver, the output of the sensor moves to digital high. The four sensors are connected to an Arduino which is used in conjunction with ttymidi, which converts the Arduino data into midi events.

We like projects that provide a more tangible interface for the user. Coins work well for this setup. They reflect infrared enough to trigger the sensors, and they’re easy to pick up and move without upsetting the rest of the tracks. It would be great if this could be expanded to differentiate between coins (pennies versus dimes, etc.) in order to increase the resolution from four different events to eight or more. Check out the video after the break. Continue reading “Turntable Sequencer Scratches With Coins”

NES Guitar

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

[Dave] set out to build the ultimate NES guitar. He’s apparently done a pretty good job, this thing is pretty remarkable. Every detail is covered in NES goodness. The body is a console, the head is a cartridge, his knobs are even replaced by goofy little heads of Mario and friends. We think he should do some custom pixel art inlays in the fretboard next. Skip to about 2:00 to hear him play a Nintendo medley on it.

Jamin’ To Bach, Commodore 64 Style

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

[thrashbarg] missed the sounds of the Commodore 64 and longed to hear the great masters in 8-bit glory. To get his fix, he created a midi device using the original Sound Interface Device from those long-dead systems. He’s interfaced the MOS6581 SID with an Atmel AVR ATmega8 microcontroller. The receiving pin for the AVR’s UART is used as a MIDI-IN connection, with the microcontroller converting midi data into the proper sound generation specs for the SID. The result is the 10 minutes of [Bach]’s Brandenburg Concerto heard in the embedded video above.

We have no idea where he picked up this obsolete chip, but if you want to give this a try, perhaps you’ll have some luck emulating the MOS6581 by using another ATmega8.

ITunes LP: There’s A Hack For That

fantasia

One of the most-hyped features of iTunes version 9 is the addition of “iTunes LP,” which aims to recreate the classic record album experience with artwork and photos, lyrics, and liner notes — provided, of course, that you can pony up the purported $10,000 for production and you’re not one of those filthy indie labels.

Almost immediately upon its release, folks set about dismantling the iTunes LP format and found that it largely consists of an unprotected combination of HTML, CSS and JavaScript files. Such information is now scattered about the web, but a new site, iTunesLP.net, is jockeying to be the one-stop shop both for LP creation tutorials and for fan-made LP downloads (sans the copyrighted music tracks — bring your own). The first LP available for download there is [Walt Disney]’s 1957 release of Fantasia, faithfully reproducing the original 24-page color program in all its politically incorrect glory. Check it out…quickly, before Apple and Disney lay the smack down.

32GB Solid State Zune Upgrade

Top_by_Top.preview (Custom)

[Andrew] wrote in to show us how he upgraded a broken Zune to solid state. He had one that was giving the Error code 5 when it booted. This means the hard drive is bad. He was able to find a compatible solid state 32Gb drive that, with a little bit of case modification, he made fit. Everything fit back into the Zune and looked completely stock. This was all done for less than $130. He seems pretty proud of getting a 32GB Zune for $150, and we don’t think that’s too big of a deal. We found a bunch of them on eBay for under $100. He even states that he doesn’t see any performance or battery life improvements. So why do we post this? Well, we like to see stuff split open and we actually like the idea of a no-moving-parts mp3 player. We’re hard on our electronics and the thought of that platter getting jarred over and over and over and over really bothers us. Great job [Andrew].

Software Auralization

music

Have you heard the latest track by gzip? Maybe it’ll end up on a “Greatest Hits” album alongside Philip Glass.

Visualization techniques such as animated algorithms can help programmers better grasp the abstract theories that make software work. Could auralization, the sound equivalent of visualization, provide similar insights? Postgrad student (and J. S. Bach fan) [Cessu] developed a program to do just that. By carefully mapping registers to notes, and slowing the tempo to a human timescale, the result is a cacophonous machine that offers a glimpse into the operation of various programs. You might find the resulting minimalist “music” insightful, entertaining…or maybe just incredibly grating.

[thanks Shadikka]

Center Speaker Amp For An IPod

center_speaker_ipod_amp

A few weeks ago we saw [Jaroslaw’s] universal credit card spoofer. Now he’s sent in a project that incorporates an amplifier into a center speaker for use with an iPod or any device with an audio jack.

The build has two main components; an LM4950 audio amplifier and a center channel speaker he picked up for $3 at Goodwill. The circuit used is straight from the datasheet and he’s provided the four necessary resistor values for you in his writeup. An old set of headphones was butchered for the audio connector and DC power can be provided by any 6-12V source.

The final circuit was built on some protoboard. The speaker housing has plenty of room to fit everything in for a nice finished look. Pretty simple, and except for the IC, this should be an easy salvage project for most folks.