Page 1 of 1

Posted: 17 Dec 2010, 10:16
by LevraiBernardo
Hi everybody,
I have a suggestion concerning the Random module. Would it be possible to have a "precision" pin like in faders module ?
The reason why is that I need non repeating integers. So, when I link my random to a trunc module, the "no repeat" option is unefficient.
I've built a little subpatch to avoid that, but not so smart...
It would be so comfortable, Mr Senso...
Thanx.

Posted: 17 Dec 2010, 10:33
by senso
good suggestion.
But maybe you can use a 'trunc' followed by a 'pass if has changed'. It will provide the same behavior than the 'no repeat' option?

Posted: 17 Dec 2010, 10:38
by LevraiBernardo
Not really, I think. Because "no repeat" will force a new value, whereas "pass if has changed" will have no effect if the random value generated is the same. Am I right ?

Posted: 17 Dec 2010, 10:48
by senso
not really,
no repeat: Avoids repeated Midi notes. Only affects the Midi out.

Doesn't affect data out.

Posted: 17 Dec 2010, 10:51
by LevraiBernardo
Ooops. I think I'd better read the manual more often. So, could it be a new suggestion ?