textmode.synth.js / ModulatedArray / fast
Method: fast()
ts
fast(speed): this;Set speed multiplier for array cycling.
Controls how fast the array cycles through its values over time. A speed of 1 is the default rate. Values > 1 cycle faster, values < 1 cycle slower.
Parameters
| Parameter | Type | Description |
|---|---|---|
speed | number | Speed multiplier (default: 1) |
Returns
this
The array for chaining