Introduction: Convert Rockband Controller to MIDI Drums

About: www.youtube.com/EvanKale91 === www.facebook.com/EvanKale91 === www.twitter.com/EvanKale91 === www.evankale.blogspot.ca

Hey! Today I'm going to show you how to convert a Rock band or Guitar Hero drum controller into a real MIDI drum set that can interface with digital audio workstations like Ableton Live, FL Studio, Pro Tools, etc.

Or you can simply use it to play DTXMania (DrumMania)!

Step 1: Watch the Video!

Click here to view on YouTube

Check out this video to see the drum set working as a MIDI controller!

It is also recommended if you'd like to know the inner workings of the Arduino code, and want a more detailed explanation of the circuit.

If you'd like to just get it done, then read on!

Step 2: What You'll Need

We're going to need an Arduino.
I chose to use the Arduino UNO because I only needed 6 analog inputs but if you have more than 6 piezo sensors, then you can go with the Arduino Mega which has 16 analog inputs.

We'll also need:

  • 1 proto board
  • 1MΩ resistor for every drumpad
  • 1 220Ω for the MIDI port
  • 1 MIDI port
  • Male pin headers

Where to buy

Soldering gear:

Test gear:

Step 3: What I'll Be Using

I'll be using the Guitar Hero World Tour controller for this Instructable.

It's got 3 drum pads, 2 cymbal pads, and a pedal. On the back panel, there's even 2 stereo 3.5mm audio jacks - one of which connects the bass pedal and the other we can save for any further modifications to the drumset.

Also, this set comes with a MIDI input port. Which is perfect, because we'll just save a MIDI jack and rewire this port internally and turn it into a MIDI output port.

Step 4: Open Up the Controller

After you take out the screws on the back and unhook the controller dock, we can lift the back plate, and access the piezos.

You can see that the piezos are plugged in directly to the mainboard. The other board on the top just holds the back panel, and all the inputs of the back panel are plugged into the main board directly as well.

We'll just unscrew the main board, and replace it with our Arduino.

Step 5: Create a Shield for the Arduino

The first image here explains how our piezos need to be hooked up to the Arduino.

Then we'll have make a shield for the Arduino where we can plug in the piezos from the drum set into.

The second image is the schematic of the shield on a protoboard.

First we add some pin headers on the board to match the pins of the arduino, so that we can snap the proto board on top like a shield.

Then we'll take our resistors and connect it to a common ground.

Then we take our pin headers, break them into twos, and solder one end of each of the these to the other end of the resistors. Then we connect the other pins of the headers to ground as well. Now we can just plug our piezos directly to these pin headers.

We'll also add one more pin header for the MIDI port, as drawn in the schematic.

Step 6: Back Panel Modification (Guitar Hero Controller Only)

This step is for Guitar Hero World Tour controllers only -

Since we're reusing the MIDI port on the back panel of this controller,

We'll need to make a slight modification to the back panel board. By adding a jumper between the two pins pictured above, we can ground the middle pin of the MIDI port which would otherwise be missing for a MIDI output port. We can then plug the last four pins of the cable ribbon directly into our proto board.

Step 7: Install the Arduino Code

Download the full Arduino source code here:

https://github.com/evankale/ArduinoMidiDrums

If you're using the Guitar Hero World Tour controller, the default code will work out of the box.

Otherwise, you'll need to make adjustments to the definitions at the top of the code as you see fit to your drum set.

If you'd like a detailed explanation of how the program works, then check the the video from step 1!

Step 8: Snap It in and Close It Up!

Snap our new shield onto the Arduino, then plug in all the piezos into the pin headers.

I also added some hot glue to the solder joints to prevent it from breaking off in the future from all the drum hits.

Then make sure the wires are secured by taping them down with scotch tape, and close up the unit!

Step 9: Give It a Test!

Fire up a digital audio workstation like FL Studio and give it a go.

That's all there is to it!

If you liked this instructable, then perhaps you'll like some of my other projects!

You can check them out at my YouTube Channel.

Later!