PureData CEAMMC library web documentation
available since version: 0.2
FROM
@from property
type: int
TO
@to property
type: int
STEP
@step property
type: int
@from
Get/set start slice position. You can use negative index to address elements from the
end
type: int
default: 0
@to
Get/set end slice position. You can use negative index to address elements from the end
type: int
default: -1
@step
Get/set slice step
type: int
min value: 0
default: 1
See also: [list.at]
Authors: Serge Poltavsky
License: GPL3 or later