Hey folks,
How would you reorder the signal order execution of the lop~ and hip~ in this trivial patch
using control signals?
So that this:
[noise~]
[hip~ 20]
[lop~ 400]
[dac~]
Becomes this:
[noise~]
[lop~ 400]
[hip~ 20]
[dac~]
[Yes, in this particular case it probably does not matter what the order is].
In general there could be many filters here, so I need a solution can can scale nicely.
- Nick