Hello, list. First days into programming with Faust.

For example, I would like to have a process with four inputs piloting the
delay lengths of four delay lines in parallel.

My first guess was to write the following:

process(x0, x1, x2, x3) = par(i, 4, de.delay(16, xi));

but Faust is looking for the xi symbol before i is processed, thus
resulting undefined.

Is there a way to process i before the matching parameters are looked for
so that inside par there are the corresponding x0, x1, x2, x3?

Thanks,
Dario
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to