textmode.synth.js / SynthSource / modulateRotate
Method: modulateRotate()
ts
modulateRotate(
source,
multiple?,
offset?): this;Modulate rotation using another source.
Parameters
| Parameter | Type | Description |
|---|---|---|
source | SynthParameterValue | Modulation source |
multiple? | SynthParameterValue | Rotation multiplier (default: 1.0) |
offset? | SynthParameterValue | Offset amount (default: 0.0) |
Returns
this