Correct way to split the string

Line 1 doesn’t have enough slots for what I want to do, so I need some blocks from line 2. However, I’ve noticed that when I create a splitter and return to the same line, it’s as if the same guitar signal is being added back together, altering the response of some frequencies.

What would be the correct way to create a split between lines 1 and 2, returning to line 1, while keeping the guitar signal pure?

Sounds like you’re creating a parallel path that gets mixed back into the signal.

If you want to just add the blocks from row 2 after row 1, you can make a split to row 2 and disable the output on row 1. Then use the output block on row 2 to set your desired output.

1 Like