A Trojan Horse Full Of Music

With a Sound + Vision exhibition coming up, the folks over at Seaweed Factory decided they needed something big. Somehow they landed on building a giant pinata that responds to being walloped with a stick by playing MIDI notes. The end result is called the Trojan Chorus. Instead of Greek soldiers, though, the pinata is filled with electronics and candy.

The pinata was constructed out of cardboard and more colored tissue paper than we care to imagine. The horse stands seven feet tall and was built with a little more structural integrity than a normal pinata. Check out the ‘making of’ video for the pinata here.

From what we can tell, the electronics are 24 contact microphones implanted all over the inside of the pinata. Impacts on these contact mics are recorded by a small dev board, transcribed to serial data, and sent to a computer. You can check out the electronics in action right here. A horse neighing MIDI notes may sound fairly weird, but similar setup could be added to make the Trojan Chorus cry out in pain.

Continue reading “A Trojan Horse Full Of Music”

Stylophone 5 – Modernizing The Best Of The 1968 Hardware

We love looking in on [Simon Inns’] projects, and this must be one of his very best. This is the fifth version of his MIDI-capable stylophone. The gist of the control system is that a conductive keyboard (made of a tinned PCB) is played by making a connection with the tip of a wired stylus — hence the name. The idea comes from the original 1968 Dubreq Stylophone hardware, but [Simon’s] not just using the idea. He has his own working original and used it to reverse engineer the circuit design.

When it first came out, the Stylophone had three flavors for Bass, Standard, and Treble audio ranges. They differed only in the choices of passive components used in the circuit. [Simon] built the variations into his design so that they are selectable on one unit. This most recent version connects via USB, allowing you to control MIDI software. But unlike his first four iterations, this also offers MIDI-In capabilities. This makes it possible to control tuning, vibrato, and to drive the Stylophone circuitry from the computer interface. Get a good look at that, and a nostalgic Portal moment, by watching the clip after the break.

If you’re looking for an easier build, you might try this analog standalone version of the Stylophone.

Continue reading “Stylophone 5 – Modernizing The Best Of The 1968 Hardware”

Hackaday Links: November 10, 2011

Experimentations with haptics

[Chris] sent in two videos (1, 2) documenting his experiments with haptic feedback. He’s recording the position of a DC motor and can either play it back or send it to another motor. It’s very similar to the kissing robot we saw earlier this year, but we’re not making any judgments.

Mobile Emergency Repeater go bag

[Nick], a.k.a. [KF5JAK] sent in a few pics of his emergency/disaster relief amateur radio go bag. With a 3G connection via a cell phone, the MER can be used with EchoLink.

Launchpad MIDI booster pack

Earlier this month we lamented the dearth of add-ons for the TI Launchpad. The folks on the 43oh forums just came out with a MIDI booster pack. Time to dust off that old Radio Shack keyboard, we guess.

Macro photography with OH GOD WHARGARBL

You know camera lenses work both ways, right? [Karl] has been experimenting with this very idea by mounting a camera lens backwards and running a few wires so it’s electrically connected as well. Check out an example shot.

Keeping tabs on your kids’ homework

[Janis] doesn’t live with his kids but he wanted to keep track of their homework. He set up a document scanner that sends those worksheets straight to his email inbox. All he has to do is annotate them and send them back. This guy’s doing it right.

Arduino-based MIDI Synth

[Charles Gershom] has been tinkering around with his keyboard and Arduino in order to build his own version of a MIDI controlled synthesizer. It looks like he’s gutted the enclosure of some commercially available MIDI hardware to use for the project. This works nicely since it gives him both the MIDI and audio jacks that he needs. The box also provides a nice control surface where a set of four LEDs indicates the synth mode currently in use. There are also four potentiometers mounted on the panel, but they’re not yet up and running.

Check out the video after the break to see what this can do so far. [Charles] shows the device synthesizing sounds coming in from the keyboard. It is also used to playback the audio from Super Mario Bros. which is fed in by a music notation program on a computer. Only one voice is playing when this happens which makes us think this can only handle one channel at a time right now (but we could be wrong).

Continue reading “Arduino-based MIDI Synth”

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.

Roland 808 Synced To MIDI

Reading this week’s ATtiny-themed builds, [Thomas] was reminded one of his coolest builds. His midi808 project used an ATtiny2313 to sync a vintage Roland 808 drum machine to his Logic workstation.

Even though MIDI had been around for a few years when 808s were being made, the CPU in the 808 isn’t exactly up to the task of handling MIDI. Instead, the 808 used an interface known as DIN Sync that was designed to keep 808s, 707s, and 303s in time with each other. MIDI to DIN Sync boxes do did exist, but even the auxiliary equipment to use an 808 is getting hard to find.

The build takes a MIDI signal and passes it through an opto-isolator per the MIDI spec. The microcontroller reads the MIDI signal and passes it out through the DIN Sync port. The DIN Sync protocol is only 24 pulses per quarter note output with TTL voltages, and the project code is easy enough to follow. It’s a nice build for one of the greatest drum machines ever made. Listen to a track [Thomas] made with his new setup after the break.

Continue reading “Roland 808 Synced To MIDI”

Insects Turned Into Orchestra; Not Harmed But Terribly Inconvenienced

[Jochem] has always been fascinated by chaos in nature, whether it’s a swarm of ants or evolution in action in a petri dish. His insect orchestra takes the chaos in the natural world and changes it into something completely artificial. In this case, MIDI.

For the build, a light sensor was placed at the bottom of a test tube. A cricket (or grasshopper, or locust) is then put into the test tube. The test tube is then closed up with a cap that houses a LED. An Arduino reads the light sensors and then transmits the data over MIDI. The MIDI commands are picked up in Abelton Live which converts everything to audio.

[Jochem] rigged up Abelton to have the insects perform in four different modes – instrument, synthesis, samples, and drums. Definitely an improvement over the humble Mexican Jumping bean.

You can check out the insect orchestra in action after the break.

Continue reading “Insects Turned Into Orchestra; Not Harmed But Terribly Inconvenienced”