Hey,
So what I'm trying to build is basically a circuit that first takes a guitar signal that goes to the Arduino Uno with an IOT shield that connects to a smartphone where you can select one of two channels, i.e., basically the signal goes into the arduino and is sent out through one of two ports, and the first output goes to a simple homemade preamp guitar pedal with transistors and the second output goes to a tube pre-amp (based off the Valvecaster) and then the output from both of these (whichever one is used) goes to this -
And there are a bunch of effects applied onto the signal and then sent out to a guitar amplifier.
So here are my questions -
- I am no expert on guitar pedals but I do understand that the arduino can only read guitar signals between 0-5V, so my question is, what am I doing wrong in this design/ or what do I need to add to make this work the way I want it to?
In the first step, to select the channel, I would need to add a small JFET/ transistor circuit similar to this -
http://interface.khm.de/index.php/lab/interfaces-advanced/arduino-realtime-audio-processing/
Is this right?
If I already amplify the signal, such that the arduino can recognize it, then will the purpose of the tube/solid-state pre-amp that comes after be defeated?
-
Once the signal comes out of whatever pre-amp is selected, it goes into the pedalshield for adding effects, but the pedal shield has a pre-amp in it to amplify the signal. So, what would happen in this case?
Do I need to remove the pre-amp in the pedalshield, to avoid damage? Or will it be scaled accordingly? -
If all of this is wrong, I basically need to build a pre-amp channel selector using an arduino uno and a smartphone (Solid state channel or tube channel) fed into the pedalshield for effects. How do I do this, if the above design is wrong?
Thanks in advance! Any help would be appreciated!