PureData CEAMMC library web documentation
available since version: 0.9.4
Computes the adjacent difference of the elements of the input list • y0 = x0 • y1 = x1 - x0 • y2 = x2 - x1 • y3 = x3 - x2 etc…
list running difference partial cumulative
See also: [list.runsum]
Authors: Serge Poltavsky
License: GPL3 or later