textmode.synth.js / SynthSource / scrollX
Method: scrollX()
ts
scrollX(scrollX?, speed?): this;Scroll coordinates in X direction.
Parameters
| Parameter | Type | Description |
|---|---|---|
scrollX? | SynthParameterValue | X scroll amount (default: 0.5) |
speed? | SynthParameterValue | Scroll speed (default: 0.0) |
Returns
this