faust icon indicating copy to clipboard operation
faust copied to clipboard

List destructuring

Open mryndzionek opened this issue 2 years ago • 0 comments

Is it, or would it be possible to do something like:

(rnd1, rnd2, rnd3) = no.multinoise(3);

? I'm trying to do some generative stuff and that needs a lot of decorrelated random noise/data and I'm ending up using a lot of ba.selectn, or si.block and si.bus.

mryndzionek avatar Mar 24 '23 12:03 mryndzionek