Generates random data, curves or steps.
Activates or deactivates the module.
Output Data flow(s).
Random MIDI notes generated at the same time as data Out.
The MIDI note pitch is proportional to the data out value. MIDI note = 127 x data out.
Minimum value of the output.
Maximum value of the output.
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.
Force the output to be compatible with audio flows: an array of a BLOC SIZE to get a more precise and smooth output.
version 6.0.241021
Edit All Pages