Skip to content

textmode.synth.js / SynthSource / modulatePixelate

Method: modulatePixelate()

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

Modulate pixelation using another source.

Parameters

ParameterTypeDescription
sourceSynthParameterValueModulation source
multiple?SynthParameterValuePixelation multiplier (default: 10.0)
offset?SynthParameterValueOffset amount (default: 3.0)

Returns

this

Example