PureData CEAMMC library web documentation
working with arrays and tables
array.bpm: BPM calculator
array.circular: read/write to the array as circular buffer
array.circular~: read/write the signal into the array like in a circular buffer
array.convolve: FFT convolution of the array
array.copy: copy samples from the one array to another
array.do: iterate and modify the array content via the side-chain
array.each: process each array elements via side-chain
array.fill: fill the array with the single value, pattern or function
array.grainer~: array granulator
array.hist: calculate the array histogram
aliases: [array.histogram]
array.ltcplay~: array player controlled by LTC
array.mean: calculates the array arithmetic mean value
array.minmax: find minimal and max values in the array
array.play~: array player with variable speed and amplitude
aliases: [array.p~]
array.plot: array data plotter
array.plot~: plot the signal on the specified array
array.readwrite~: simultaneous read/write signals to the array
aliases: [array.rw~]
array.resample: resampling the array
aliases: [array.r]
array.rms: calculates the root mean square value for the array
array.set: set the array content from the list data
aliases: [ceammc/list->array], [list->array]
array.stddev: calculates standard deviation for array values
array.stretch: the array time-stretch, pitch-shift or rate-change
array.sum: calculates sum of array elements
array.sum2: calculates sum of squares of array elements
array.tramp~: triggered ramp index generator for the array
array.variance: calculates variance of array values
array.vplay: simple array player for using with the [vline~] object
array.window: fills the array with the window function
plot.geomspace~: generates a sequence of numbers that are evenly distributed on a logarithmic scale (geometric progression)
plot.hist~: calculates and displays the histogram of the input signal
aliases: [ceammc/hist~], [hist~]
plot.linspace~: generates a sequence of numbers that are uniformly distributed within the specified interval
plot.logspace~: outputs numbers spaced evenly on a log scale
plot.response~: produces the amplitude, phase, and frequency responses to the input signal
Version: 0.9.8
License: GPL3