Hi,
I have an abstraction which takes as input a list consisting of three numbers (a b c). After some computation it outputs four lists of each three numbers. Now I want to feed each of these four lists back to the input of the abstraction. And so on... to a certain depth.
Is it possible to do this in Pd? I'm only getting the rightmost childtree, instead of the whole tree...