PureData CEAMMC library web documentation
aliases: [ceammc/hist~], [hist~]
available since version: 0.9
@nsamp
Get/set max number of input samples
type: int
range: 8..32768
default: 512
@nbins
Get/set number of histogram bins
type: int
range: 8..512
default: 63
@min
Get/set minimal input value
type: float
default: -1
@max
Get/set maximum input value
type: float
default: 1
@clip
Get/set clip input values into input range, otherwise just ignore them
type: bool
default: 1
See also: [plot.linspace~] [plot.geomspace~] [plot.response~]
Authors: Serge Poltavsky
License: GPL3 or later