textmode.synth.js / SynthSource / repeatY
Method: repeatY()
ts
repeatY(reps?, offset?): this;Repeat coordinates in Y direction.
Parameters
| Parameter | Type | Description |
|---|---|---|
reps? | SynthParameterValue | Number of repetitions (default: 3.0) |
offset? | SynthParameterValue | Offset between repetitions (default: 0.0) |
Returns
this