textmode.synth.js / SynthSource / modulateScrollY
Method: modulateScrollY()
ts
modulateScrollY(
source,
scrollY?,
speed?): this;Modulate Y scroll using another source.
Parameters
| Parameter | Type | Description |
|---|---|---|
source | SynthParameterValue | Modulation source |
scrollY? | SynthParameterValue | Y scroll amount (default: 0.5) |
speed? | SynthParameterValue | Scroll speed (default: 0.0) |
Returns
this