PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: list

list.rundiff

running difference

available since version: 0.9.4


information

Computes the adjacent difference of the elements of the input list • y0 = x0 • y1 = x1 - x0 • y2 = x2 - x1 • y3 = x3 - x2 etc…

example

inlets:

outlets:

keywords:

list running difference partial cumulative

See also: [list.runsum]

Authors: Serge Poltavsky

License: GPL3 or later