textmode.synth.js / SynthSource / modulatePixelate
Method: modulatePixelate()
ts
modulatePixelate(
source,
multiple?,
offset?): this;Modulate pixelation using another source.
Parameters
| Parameter | Type | Description |
|---|---|---|
source | SynthParameterValue | Modulation source |
multiple? | SynthParameterValue | Pixelation multiplier (default: 10.0) |
offset? | SynthParameterValue | Offset amount (default: 3.0) |
Returns
this