list.shift
shifts the contents of the list with linear interpolation
available since version: 0.1
arguments:
- SHIFT
shift amount. Float values cause linear interpolation. Can be negative.
type: float
properties:
- @shift
Get/set shift amount
type: float
default: 0
inlets:
- input list
type: control
- shift value
type: control
outlets:
- new modified list
type: control
keywords:
list
See also:
[list.rotate]
Authors: Alex Nadzharov, Serge Poltavsky
License: GPL3 or later