list.rotate
aliases: [list.<<], [list.>>]
rotates list
available since version: 0.1
[list.rotate] and [list.<<] rotate list left. [list.>> rotates right.
arguments:
- STEP
rotate step. Negative step changes rotation direction
type: int
properties:
- @step
Get/set rotate step. Negative value change rotation direction to opposite
type: int
default: 1
inlets:
- input list
type: control
- rotation step
type: control
outlets:
- rotated list
type: control
keywords:
list
rotate
See also:
[list.choice]
Authors: Serge Poltavsky
License: GPL3 or later