Pure Data

Name

Library/Path

Function

Data Templates and Acessing Data

Vanilla Objects
drawcurve filledcurve
draw a curve
drawpolygon filledpolygon
draw a polygon
plot
draw array elements of scalars
drawnumber
draw numeric fields for data structures
struct
declare the fields in a data structure
pointer
remember the location of a scalar in a list
get
get values from a scalar
set
set values in a scalar
element
get pointer to an element of an array
getsize
get the number of elements of an array
setsize
resize an array
append
add item to a list
sublist
get a list from a field of a scalar