list.stretch
stretches list - changes its size with linear interpolation
available since version: 0.1
arguments:
- SIZE
New size of output list. Input list will be stretched to the new size with
linear interpolation
type: int
properties:
- @size
Get/set new size
type: int
min value: 0
default: 1
inlets:
- input list.
type: control
- new length of output list
type: control
outlets:
- new modified list
type: control
keywords:
list
See also:
[list.shift]
Authors: Alex Nadzharov, Serge Poltavsky
License: GPL3 or later