DrummerBot Joins The Jam Session When Your Bandmates Are Busy

drummerbot

It seems that more often than not, [Steffest] finds himself inspired to rock out on his guitar without a percussion section to back him up. Like any enterprising hacker/musician would be wont to do, he built a robotic drummer to join in when he got the urge to play.

His DrummerBot is driven using an Arduino, which is tasked with controlling the 8 servo motors that the bot has at its disposal. The bot’s drum set is composed of a variety of items from fan motors to pot lids and more. [Steffest] wanted the ability to produce the maximum variety of sounds possible, so most of the servo motors are driven in two directions allowing the bot to strike more than one item with each “arm”.

[Steffest] is a big fan of interfacing physical objects with a web interface, so he built a simple HTML based sequencer that allows him to program the robot from his phone. Once the sequencer is programmed, the DrummerBot can be launched into action with the simple press of a button.

[Steffest] says that the bot works pretty well, but the sound is a bit raw if you hear it live. A little Ableton Live post-processing goes a long way to smooth things out however, as you can see in the video below.

[Thanks, Wesley]

Continue reading “DrummerBot Joins The Jam Session When Your Bandmates Are Busy”

Slide Rule For Musical Scales

For all those engineers who dabble in music [Magnetovore] has your back. Musicians simply must know their scales and he came up with a papercraft slide rule for major and minor scales.

The system is very easy to use. He’s uploaded PDF files that let you print out the mask for the top layer and bar chart and directions for the bottom layer. The top layer is laid out like a piano keyboard, with windows for each key and a couple of windows to identify the major and minor scales being displayed. Just slide the mask until each key is a solid color. The color codes show the tonic, third, and dominant for each key so you know where to start. In the video after the break you can see how it works by playing all of the non-black keys in order. But wait, if you order now you’ll get the slide rule for Cello scales at the same low-cost; free!

This is a fun quick-reference, but you really should know your Circle of Fifths. Continue reading “Slide Rule For Musical Scales”

Trumpet Hero

[Evilsigntist] combined an old cornet with an old PS2 guitar hero controller to produce the Trumpet Hero. The fragile looking conglomeration really brings a smile to our faces. Just make sure the instrument has already seen the end of its days before drilling holes to mount the various parts.

In the image above you can see that the three valve buttons have been painted to correspond to frets on the original guitar controller. The orange and blue frets are positioned for the left hand to operate. There seems to be a couple of different version because there is a diagram showing a mute in the bell that can be twisted for whammy bar input, but that’s not shown here. Strumming is accomplished by blowing through the mouthpiece, but as you can see in the video after the break, no buzzing is necessary.

Using actual instruments as game inputs is a lot of fun. We always think back to the flute and drum set controllers for Rock Band.

Continue reading “Trumpet Hero”

Piano Box Is A Digital Synthesizer Made Of Paper

We love the look of this papercraft piano which [Catarina] built along with some friends at NYC Resistor, a hackerspace in the big apple. It starts off as a cubic black box with a white top. But just lift that top as [Catarina] does in the video after the break and three of the sides fall flat to reveal a pair of speakers and the single-octave keyboard.

The key’s don’t move when you press them. Instead, she decided to use the CapSense Arduino library to implement touch sensitive keys. Each key is made up of a plane of copper foil tape, with a strip of tape running back to the center of the box where it is interfaced with an Arduino Mega hidden there. The Tone library produces the waveforms which are played by the speakers, and a set of LEDs on the upright side of the box illuminate the keyboard diagram as you press each key. You can see that there are short white bars on that display which correspond to the black keys on the keyboard.

If you take a look at the code, you’ll see the libraries really make the code for the project simple.

Continue reading “Piano Box Is A Digital Synthesizer Made Of Paper”

[Aaron] Shows Us What Life Would Be Like If [Bob Vila] Started Hacking Headphones

construction-headphones

[Aaron Horeth] had a pair of headphones that had seen better days, and before he tossed them out, he realized that he could use them to build a set of custom cans. He had always wanted a pair of headphones with a detachable cord to prevent damage when tripped over, and thought that his old set would be the perfect donor.

He swung by his local hardware store to peruse their collection of construction earmuffs, eventually finding a set that looked decent and didn’t cost an arm and a leg. Using construction earmuffs as the framework for his headphones gave him the durability he was looking for with the added bonus of being designed to deaden extraneous noise. Once he got them home he pulled the drivers from his old set of headphones installing them into the earmuffs, but not before he wired them up to support a breakaway input cable.

There’s no doubt that the modifications are simple, but we imagine they come in pretty handy when tinkering around the shop.

Re-live 1978 In All Its Glory With The [Roth] Scream Box

roth-scream-box

We never imagined that [David Lee Roth] would mesh well with an Arduino, that is until Flickr user [tgtsfkncld] showed off his [Roth] Scream Box a few days ago.

The unassuming box resembles sort of a nondescript “Easy Button”, but its payload is far more entertaining than whatever Staples could have possibly recorded for their device. Once the Scream Box is powered on, each press of the button rewards the user with a short sound clip of [Roth] singing the lyrics from [Van Halen’s] “Runnin’ With the Devil”.

[tgtsfkncld] took snippets of the isolated vocal track from the song, playing them back using an Arduino along with an Adafruit Wave Shield. The circuitry behind the device is not overly complicated, though the final result is great. With the wide array of isolated vocals floating around online, it would be very easy to create one for your favorite band/singer as well.

Continue reading to see the [Roth] Scream Box in action.

[via Adafruit Blog]

Continue reading “Re-live 1978 In All Its Glory With The [Roth] Scream Box”

Isomorphic Piano Keyboard Is Button Madness

[nikescar] sent in a link to a huge isomorphic MIDI keyboard. We might have missed it the first time around, but that doesn’t diminish such a great looking project.

According to the project page, this humongous keyboard is the work people at Louisville Soundbuilders’ efforts to clone the AXiS-64 MIDI controller. Instead of looking like a ‘normal’ piano keyboard, this isomorphic keyboard puts notes in a hexagonal pattern. This keyboard layout is very useful – fingerings for chords are the same across all keys – but these keyboard layouts are fairly rare and MIDI controllers are expensive as a result.

To make the keyboard in the video velocity sensitive, there are two layers of PCBs. The top layer uses Cherry key switches, while the bottom PCB is an array of tact switches. Measuring the time between the top and bottom key presses gives the on board microcontroller velocity information that is converted to MIDI notes. This setup has a few downsides, namely the huge amount of switches, components, and pins needed for two keyboard matrices.

The project page hasn’t been updated for a few months, so we’re pretty curious about the current status of this build. If any of the Louisville Soundbuilders have an update on this project, send it on in.