textmode.synth.js / SynthSource / noise
Method: noise()
ts
noise(scale?, speed?): this;Generate Perlin noise patterns.
Parameters
| Parameter | Type | Description |
|---|---|---|
scale? | SynthParameterValue | Scale of the noise pattern (default: 10.0) |
speed? | SynthParameterValue | Animation speed (default: 0.1) |
Returns
this