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