Gamelatron, A Fully Robotic Indonesian Gamelan Orchestra.

Last summer we got to have a little chat with [Aaron Taylor] about his automated Gamelan orchestra, Gamelatron. The robotic orchestra features a large collection of Indonesian gongs,  metallophones, xylophones and cymbals actuated using simple pull solenoids attached to mallets.  Gamelatron’s custom controller activates the various 24V solenoids using MIDI,  the whole thing is essentially a gigantic MIDI instrument that can be played by whatever sequencing device you so please.

[Aaron] has a variety of ways to pump MIDI into the controller including the “Padma Bhuwana”, a wooden box with 16 arcade buttons wired to an Arduino. The Arduino can either activate sequences on a computer running Ableton live or the MIDI sequence can be pumped directly out of the Arduino for a computer free interactive installation. [Aaron] also plugs his Akai MPD32 to the computer for live shows or he can just let the laptop do all the work for non-interactive installations.

The really interesting thing about having 170 or so simply actuated instruments is the ability to spread them out and fill every facet of a space. A great example of this was the Temple of Transition at Burning man 2011 where the gongs and what not else would span multiple floors. Here is a recent Wired magazine video published where [Aaron] gives a quick overview of the setup, or if you are too impatient for the ads check out a few videos of Gamelatron in at burning man and PEX summer festival after the jump. We also included [Aaron]’s kickstarter video which has a few more details on the setup (as well as irrelevant stuff about the kickstarter project that has since expired). With all the crazy midi instrument hacks we get around here it is not stretch of the imagination to see this has lots of interactive potential.

Continue reading “Gamelatron, A Fully Robotic Indonesian Gamelan Orchestra.”

A Simple Touch Interface For Music Player Daemon And More

mpd-controller

[Andrew] recently got the authorization to install Linux on his work PC, and he was looking for a way to control his music without relying on keyboard shortcuts to do so. Additionally, he wanted an unmistakable visual cue when he received messages in Pidgin, so he decided to build an external input/notification box.

The control box, quite literally, is a cardboard box in which [Andrew] crammed some components he got way back when from the crew at Seeed Studio. A Seeeduino serves as the brains of his control panel, interfacing with his PC over USB. He uses a set of 4 touch sensors and a potentiometer to control the MPD, allowing him to easily switch tracks, pause his music, control the volume, and lock his computer with a simple touch. A side-mounted RGB LED lights green to show that the system has received his commands successfully, pulsing a bright blue whenever a message arrives via Pidgin.

While the case isn’t exactly pretty, it is small, recycled, and takes up very little desk space. [Andrew] says that it works great, and he has made his code available on github if anyone is interested in using it.

Antique Phone Provides A Soundtrack Perfect For Restoring Old Cars

crank-phone-music

[Simon] is in the middle of restoring/building himself an Austin 7 Special out in his garage, and like most tinkerers, found that music helps to move the process along. He happened to have an old Bakelite generator phone out in the garage as well, and figured that he might as well have it do something other than simply hang on the wall.

Playing music from the 1930 seemed like a fitting enough task, so he picked up an Adafruit Waveshield and spent some time wiring it up to the old telephone. His new radio works simply enough, piping .wav files through the handset, provided someone has cranked the phone’s generator recently.

While cranking the generator is required to play music, the Arduino is actually powered off a pair of AA batteries. The cranking is all cosmetic, but he did program the Arduino to slow the music down every once in awhile, requiring that the generator be turned to get things back up to speed.

It really is a neat way to repurpose the old phone, and we like the fact that [Simon] did not gut it to put this project together.

Continue reading to see a short video of his new music player in action.

Continue reading “Antique Phone Provides A Soundtrack Perfect For Restoring Old Cars”

Quadrotor Squadron Plays The [James Bond] Theme Song In Preparation For World Domination

quadrotor-james-bond-theme

If you weren’t already a big fan of quadrotors by this point, we’re pretty sure the video below will get you on the bandwagon in no time flat.

The video was debuted this past week at the TED2012 conference, giving [Daniel Mellinger, Alex Kushleyev, and Vijay Kumar] from the University of Pennsylvania GRASP Lab, a chance to show off their amazing robotics work. The team used a set of autonomous quadrotors to play the [James Bond] theme, complete with keyboard, drums, cymbals, guitar, and maracas.

The coordination of the robots undoubtedly took an incredible amount of time to orchestrate, but after watching the video we think it is well worth the effort. Now of course you can’t simply input a piece of sheet music into the quadrotor control system and expect them to play it, but we imagine that time will arrive before you know it!

Continue reading to see the [James Bond] theme song in full, and be sure to swing by the U Penn site to read more about the project.

Thanks to everyone who sent this one in!

Continue reading “Quadrotor Squadron Plays The [James Bond] Theme Song In Preparation For World Domination”

Electronic Bag Pipes Need No Bag And Use Only 1 Pipe

A lot of people might turn their noses up at an electronic version of bagpipes. But we see a definite need for them. After all, it’s pretty hard to take your bagpipes on a road trip, but this eChanter will have no trouble entertaining your fellow travelers.

The musical instrument is Arduino-based and the builder can decide between a headphone jack (use it with that FM transmitter when in the car!) or a speaker. The version seen above uses headphones with a piece of PVC pipe as the body, screw heads as touch sensors, and a project box to hold the electronics. But there are a lot of alternatives suggested, such as using automatic sprinkler parts. It sounds like a riser, connector, and pop-up sprinkler head body will do just as well hosting all of the components.

Want to hear what it sounds like? There’s an mp3 clip under the final steps section.

[audio http://www.echanter.com/marine-corps-hymn.mp3]

Arduino Saves You A Bundle When It Comes To Guitar Pedal Effects

[Deadbird] wanted to recreate some guitar pedal effects that he heard on a music video. The thing is, you can end up spending a bundle on hardware unless you’re crafty like he was. He grabbed a Whammy 4 pedal, but decided to forego using a $125 MIDI controller and sourced an Arduino to perform MIDI-based alterations instead.

The Whammy 4 was chosen for its ability to perform the sound processing he desired, but also because it can be MIDI controller. By hooking up the Arduino to that port (as seen in the diagram above) he’s able to program changes that would be difficult or impossible with just the pedal. For instance, [Deadbird] illustrates a command which jumps from the lowest to highest setting of an effect without hitting any of the values in the middle. With that under his belt he goes about programming loops of changes with delays in between them. The best part is, you’re only limited by your ability to craft the MIDI commands as Arduino code.

Get Tons Of MIDI Knobs And Buttons With The Chomp

Although MIDI was originally designed for 1 MHz computers with 64 kB of RAM, it’s still an industry standard almost 30 years after its introduction. Even for electronic artists armed with a microcontroller, MIDI is old hat if you want to connect a few buttons up to a music workstation. What if you wanted to connect dozens of buttons and knobs to a bunch of MIDI hardware, though? Enter Chomp, the Configurable Hardware Open-source MIDI Platform.

[Max Justicz], an awesome pseudonym if we’ve ever heard one, built a MIDI controller that allows for 48 inputs for buttons, knobs, and any other electrical connection imaginable. The board is powered by an Arduino-fied ATMega328 and connects to your sensors through 2×5 ribbon cables.

If you’ve ever thought about building a monome MIDI controller, [Max Justicz] has started a Kickstarter campaign to put a few hundred Chomps out into the wild. It seems like a great way to build some controllers or simply to send stuff to MaxMSP. Either way, the Chomp is sure to be useful.