Hi all,
I'm trying to build a patch that takes an input signal and passes it through 2 effects in series, with a crossfade wet/dry at each stage.
[input ]
| \
| \
| \
| [effect 1]
| \
[xfade]
|\
| \
| \
| [effect 2]
| \
[xfade]
|
|
[output]
However, these two effects need to be interchangeable — that is, there are 8 possible effects that can be used, and you should be able to choose between them. Also, you are not allowed to select the same effect twice.
This has proved to be a bit of a brain teaser for me, and my throw~ and catch~ objects are doing things that I don't want them to do. Is there a simple way to achieve what I'm trying to do?
Thanks in advance,
-chmod