Skip to content

textmode.synth.js / SynthSource / modulateRotate

Method: modulateRotate()

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

Modulate rotation using another source.

Parameters

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

Returns

this

Example