PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: list

list.runsum

running sum

available since version: 0.9.4


information

Computes the partial sums of the elements in the subranges of the input list • y0 = x0 • y1 = x0 + x1 • y2 = x0 + x1 + x2 • y3 = x0 + x1 + x2 + x3 etc…

example

inlets:

outlets:

keywords:

list running total sum partial cumulative

See also: [list.rundiff]

Authors: Serge Poltavsky

License: GPL3 or later