Skip to content

textmode.synth.js / SynthSource / modulateScrollX

Method: modulateScrollX()

ts
modulateScrollX(
   source, 
   scrollX?, 
   speed?): this;

Modulate X scroll using another source.

Parameters

ParameterTypeDescription
sourceSynthParameterValueModulation source
scrollX?SynthParameterValueX scroll amount (default: 0.5)
speed?SynthParameterValueScroll speed (default: 0.0)

Returns

this

Example