textmode.synth.js / SynthSource / modulate
Method: modulate()
ts
modulate(source, amount?): this;Modulate coordinates using another source.
Parameters
| Parameter | Type | Description |
|---|---|---|
source | SynthParameterValue | Modulation source |
amount? | SynthParameterValue | Modulation amount (default: 0.1) |
Returns
this