PureData CEAMMC library web documentation
доступно с версии: 0.9
START
@start property
тип: float
STOP
@stop property
тип: float
N
@n property
тип: int
@start
Запросить/установить the starting value of the sequence
тип: float
по умолчанию: 0
@stop
Запросить/установить 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.
тип: float
по умолчанию: 255
@n
Запросить/установить number of points
тип: int
диапазон: 4..1024
по умолчанию: 256
@base
Запросить/установить x-axis scale base
тип: atom
варианты: 0, pi
по умолчанию: 0
@pi
Запросить/установить alias to @base pi
тип: atom
@endpoint
Запросить/установить include @stop to interval
тип: bool
по умолчанию: 1
Смотрите также: [plot.geomspace~] [plot.logspace~]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later