Random seed, that is different in each instance of a patch

Post your awesome Wire patches here, share tutorials
Post Reply
cat
Posts: 168
Joined: Fri Oct 08, 2004 11:03

Random seed, that is different in each instance of a patch

Post by cat »

I have a patch where I am using 4 random nodes with different seeds, but in arena I am running multiple on different layers, all triggered at the same time, and I'd like each to have a different random seed in each random node in each instance. They are beat triggered and so are all in sync with each other. Is there anyway to randomise the seed per fx instance?

A solution is to add a seed parameter, and then multiply that by a different number for each random node, and then set it per fx in arena, but it would be nice to loose the parameter somehow

Christoph
Posts: 172
Joined: Wed Jun 02, 2010 09:58

Re: Random seed, that is different in each instance of a patch

Post by Christoph »

If you leave the seed at its default 0, then it should be different random on each node inside the patch and on every instance of the patch. Does this work for you?

Setting seed to something else is mainly if you need recreatable looks where you get the same result every time.

cat
Posts: 168
Joined: Fri Oct 08, 2004 11:03

Re: Random seed, that is different in each instance of a patch

Post by cat »

No, I had to set it to stop the seeds in the 1 patch all being the same, they were all triggered to generate from a beat input, and all stayed in step with each other.

cat
Posts: 168
Joined: Fri Oct 08, 2004 11:03

Re: Random seed, that is different in each instance of a patch

Post by cat »

Interestingly I have tried to recreate the issue and in a new simple patch it works as you suggest.

Post Reply