list.shift
cyclic shift of a list by a real number with a 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