A SynthParameter that can be automated and modulated by other nodes. Note that final result is the sum of the base value, automation and modulation.
More...
|
SynthClipNode | modulation |
| Other node that may modulate this value. More...
|
|
AnimationCurve | automation = AnimationCurve.Linear( 0.0f, 0.0f, 1.0f, 0.0f ) |
| The automation curve. It's x-axis (0.0f ~ 1.0f) is scaled to the audio's length. 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 SynthParameter that can be automated and modulated by other nodes. Note that final result is the sum of the base value, automation and modulation.
Synth8.SynthModulatedParameter.SynthModulatedParameter |
( |
float |
value | ) |
|
Constructor that takes an initial value.
- Parameters
-
void Synth8.SynthModulatedParameter.UpdateValue |
( |
float |
length, |
|
|
float |
time |
|
) |
| |
Update the ModulatedValue given its automation and modulation.
- Parameters
-
AnimationCurve Synth8.SynthModulatedParameter.automation = AnimationCurve.Linear( 0.0f, 0.0f, 1.0f, 0.0f ) |
The automation curve. It's x-axis (0.0f ~ 1.0f) is scaled to the audio's length.
Other node that may modulate this value.
float Synth8.SynthModulatedParameter.ModulatedValue |
|
get |
The modulated final value.
The documentation for this class was generated from the following file:
- SynthClipNodes/SynthModulatedParameter.cs