DIY Foot Pedal Controller For Guitar Rig 5

DIY Modeling Software Control Pedal

Back in the old days, it took external guitar effects pedals to modify a guitar’s sound. As computer processing power has been growing at an exponential rate, software-based effects modelers have been becoming more common. [Matthew]’s dad is running Guitar Rig 5 modeling software on his Lenovo tablet. Although it works well, it is a hassle to change effects and amp models while playing. That’s where [Matthew] comes in. He’s built a foot pedal controller so his old man can change up those sweet sounds on the fly.

Guitar Rig 5 has the ability to change presets with key presses. Even so, it would still be a hassle tapping a keyboard while playing, whether it be physical or on-screen. Since an Arduino-compatible board with an ATMEGA32U4 chip can be used to simulate an HID device, [Matthew] decided to use one as the basis for his project. Standard push buttons mounted in a project box indicate to the microcontroller which keyboard commands to send to the tablet. There are 4 buttons for 4 presets on this build but any number can be used. When a button is pushed, the associated keyboard command is sent to the tablet via a USB cable and Guitar Rig 5 responds to that command by changing the preset. And just so you know where you are, an indicator light adjacent to each button shows which preset is current.

Continue reading “DIY Foot Pedal Controller For Guitar Rig 5”

An Opensource Arduino Guitar Pedal

If you’re a guitarist, or know a guitarist, you probably know just how many guitar effects there are out there — but what if you could design your own effects?

[J Rodriguez] has just released his opensource Arduino guitar pedal shield, dubbed the pedalSHIELD. He designed it as a platform to learn about digital signal processing, effects, and synthesizers — without needing an in-depth knowledge of electronics or programming. It allows you to design your own effects in C/C++, or download from his own library online. Some of the downloadable presets include an octave pedal, reverb pedals, delay pedals, and even distortion pedals!

The pedal features three programmable potentiometers, two main switches, and the foot pedal switch. The shield plugs directly into an Arduino Due, and you can find all the schematics here and the parts list here. It was completely designed in KiCad which is an open source electronics CAD design suite.

Take a listen after the break to hear the pedal in action!

Continue reading “An Opensource Arduino Guitar Pedal”