Time interval (in ms) between two generated data's.
Only in sync mode = interval.
In ms, generation curve width (sharpness).
Synchronization options which determines the way the object is triggered, or the sequence is played.
Generally the following options are available:
Generates a new random value.
Only in synchro = trigger input.
Avoids repeated MIDI notes.
Only affects the MIDI out.
Sends 1 each time a new random value is generated.
Repeat the last N random values.
With this option you can create loops of random values.
If repeat size = 0 then a new value is generated each time (no repetition or loop).
Values are stored in the set array.
Array witch contains the set of values used to generate random data's.
The inlet can be connected from an external random generator.
The values must be in the range [0..1], so the output is calculated as: out := min+ array_value *(max-min)
If its size is 0 a uniform random generator is used.
Use [Ctrl+Click] to clear this array.
version 6.0.241021
Edit All Pages