I want to present some of my DIY projects, I have worked on during the last months.
First, I want to introduce myself. I'm a 24 year old student from Germany. At the moment, I'm finishing my bachelor's degree at the university of applied sciences in Ulm. Since I've been playing guitar for a long time, my focus is on DIY projects for guitar players.
Several months ago, I ordered the Rig Kontrol for Native Instruments' Guitar Rig. But the device wasn't available and so I decided to built my own controller. The controller sends MIDI Control Change Messages via USB to the PC. This is done with an ATmega8 microprocessor. Since the firmware is based on the V-USB-MIDI project, there are no drivers necessary. I've tested the hardware with WinXP, Win7 and Ubuntu and it works excellent. To use the controller with Guitar Rig, you simply have to use the midi-learn function within the software.
A detailed description of the controller can be found on my website:
http://philaudio.wordpress.com/projects ... t-control/




When the controller was finished, I was very enthusiastic and so I decided to built my own effect software, especially for the controller. To build the software, I've used the JUCE library. The software is controlled by the MIDI signals of the hardware (or by mouse, of course). It implements four effects so far:
- Distortion: In combination with an amp simulation this makes a heavy guitar distortion sound.
- Amplifier: Drive for the input signal, 3-band EQ and a cabinet simulation.
- Delay: Simple delay effect, time and amount adjustable.
- Wah-Wah: Uses a 2-pole bandpass filter. The pedal changes the frequency of the filter, the sound can be tweaked with the resonance or the gain of the filter.
There is a stand alone version, that runs with the audio drivers ASIO, DirectSound, Windows Audio and ALSA (Linux). Furthermore there is a VST plugin. The software can be downloaded for free from my website:
http://philaudio.wordpress.com/projects ... t-effects/

At the beginning, it was very hard to get into that stuff, but it was also lots of fun and I've learned a lot. Maybe someone is inspired by this project. Comments and suggestions are welcome!
Best,
Philipp.
