Skip to content

textmode.synth.js / SynthSource / modulate

Method: modulate()

ts
modulate(source, amount?): this;

Modulate coordinates using another source.

Parameters

ParameterTypeDescription
sourceSynthParameterValueModulation source
amount?SynthParameterValueModulation amount (default: 0.1)

Returns

this

Example