A parameter in a SynthClip node that can be randomized.
More...
|
| float | value |
| | The parameter's current value. More...
|
| |
| FloatBounds | randomizer = null |
| | The parameter's randomizer min/max bounds. "null" means that no randomization is applied. More...
|
| |
A parameter in a SynthClip node that can be randomized.
| Synth8.SynthParameter.SynthParameter |
( |
float |
value | ) |
|
Constructor that takes an initial value.
- Parameters
-
| void Synth8.SynthParameter.Randomize |
( |
| ) |
|
Randomize the parameter if the randomizer is set.
| void Synth8.SynthParameter.SetRandomizer |
( |
float |
min, |
|
|
float |
max |
|
) |
| |
Sets the randomizer to generate random values between "min" and "max".
- Parameters
-
| FloatBounds Synth8.SynthParameter.randomizer = null |
The parameter's randomizer min/max bounds. "null" means that no randomization is applied.
| float Synth8.SynthParameter.value |
The parameter's current value.
The documentation for this class was generated from the following file:
- SynthClipNodes/SynthParameter.cs