Blade
BuzzJam 2015 hackday instrument built using Game Boys and Guitar Hero controllers.Blade is a chiptune keytar built for Them&Us by Greig Stewart, Sidd Vadgama, and myself at BuzzJam 2015.
It is comprised of:
- 2x hacked Guitar Hero guitars
- 1x Rock Band keyboard
- 2x Nintendo Game Boys
- 1x Arduino MEGA
- 1x Raspberry Pi
- 1x Leap Motion
- 1x WS2812B LED light strip
- ∞x wiring
All of which are all housed in a custom 3D printed case.
Blade was featured on the BBC and Vice.
Building Blade
Prep work and the body
BuzzJam, a music hackday where artists and coders collaborate, tasked us to build a new instrument.
Before the event, Greig, Sidd and I had many calls discussing potential ideas. Eventually after talking with our original artists (they couldn't make it) we went for a keytar with Nintendo Game Boys as synthesisers.
Greig was in charge of modelling and printing the housing for the keytar. It was custom modelled to ensure great ergonomics, leave enough room for all of the components required and to look super cool 😎
The Necks
Guitar Hero controller necks were chosen not only for their form factor but also for their aesthetics, keeping them in-theme with the Game Boys. The necks were rewired to output the button presses to the Arduino MEGA. Luckily the buttons could easily be read using the Bounce library for Arduino and INPUT_PULLUP pin types - that made things very straightforward.
The MEGA captured the button presses and sent appropriate MIDI signals over USB serial into the Raspberry Pi.
Rock Band Keytar
We stripped this down to the bare keyboard and had the MIDI also going into the Pi.
The Pi
Taking in all the MIDI, and running it through PD Extended we got this to manage and remap all the button presses from the necks. The PD sketch output to a MIDI thru box to split the MIDI data to the Game Boys.
The Game Boys
Our two Game Boys were modded with a device called an ArduinoBoy and a line output. The ArduinoBoy accepts MIDI signals and converts it into a format that is able to be send to software running on the Game Boy.
The software, called mGB, synthesised the signals into sound which were output through the modded line output 3.5mm jack and into the artist's laptop via an audio interface.
mGB's settings for sound output could be modified using the second keytar neck by sending MIDI CC events.
The Leap Motion
This was built into one of the necks and was plugged directly into Them&Us' laptop. On the laptop was their DAW and a program to detect a hand in front of the leap motion and translate distance into MIDI CC events they could map to any control in the DAW.