The sonicbirth Allpass is a combination of a feedforward comb and a feedback comb and is given as follows:
y(t) = a*x(t) + x(t-dly) - b*y(t-dly)
The allpass filter module features signal, a,b and delay inputs.
I would assume that "y" represents the output, and "x" the input.
Here is a depiction of that structure using the following equation:


The goal is to create a module that will allow a structure like the one in (a) below:

I have created a nested allpass "subcircuit" using existing modules, but this required the 'feedback' element and it's added delay.
Is it possible to create a nested allpass in sonicbirth using 'equation' module, or because it requires delay lines does this need to be created at a sourcecode level?
Thanks for any thoughts....
