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