Hello. I see that a function results in a different diagram when called with prefix having the generic signal symbol.
For example, let's consider the following function: test(x, y) = (x , _ : -) ~ *(y); What I thought is that this would always force the feedback signal to be connected to the second input of the minus operator. If I call the function as process = test(1, 0); I get what I expect: 1 minus the feedback signal. Otherwise, if I call the function as process = 1 : test(_, 0); I get the feedback signal minus 1. Would you please explain what causes the second behaviour? Thanks, Dario
_______________________________________________ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users