PureData CEAMMC library web documentation
available since version: 0.9
START
@start property
type: float
STOP
@stop property
type: float
N
@n property
type: int
@start
Get/set the starting value of the sequence
type: float
default: 0
@stop
Get/set the final value of the sequence, unless @endpoint is false. In that case, @n +
1 values are spaced over the interval in lin-space, of which all but the last
(a sequence of length @n) are returned.
type: float
default: 255
@n
Get/set number of points
type: int
range: 4..1024
default: 256
@base
Get/set x-axis scale base
type: atom
enum: 0, pi
default: 0
@pi
Get/set alias to @base pi
type: atom
@endpoint
Get/set include @stop to interval
type: bool
default: 1
See also: [plot.geomspace~] [plot.logspace~]
Authors: Serge Poltavsky
License: GPL3 or later