Page 1 of 1

Array shuffle

Posted: 16 Jun 2023, 21:11
by Gilsornette
Hello,

I assumed that the "array shuffle" module was randomizing data's positions only when triggering the shuffle input
but, as I'm trying to use it in a patch, it seems it shuffles as soon as datas are incoming the module. Is that right?
Thank you.

Re: Array shuffle

Posted: 08 Sep 2023, 18:29
by oli_lab
Hi,
if the size of the incoming array changes, it reshuffles the array

if the size stays the same, it does not reshuffle when values change, you'll have to push the shuffle button.

cheers

Re: Array shuffle

Posted: 09 Sep 2023, 09:43
by Gilsornette
Ok, I understand. Thank you very much!