Skip to content

textmode.synth.js / SynthSource / modulateScale

Method: modulateScale()

ts
modulateScale(
   source, 
   multiple?, 
   offset?): this;

Modulate scale using another source.

Parameters

ParameterTypeDescription
sourceSynthParameterValueModulation source
multiple?SynthParameterValueScale multiplier (default: 1.0)
offset?SynthParameterValueOffset amount (default: 1.0)

Returns

this

Example