PureData CEAMMC library web documentation
available since version: 0.9.2
ROWS
number of rows
type: int
COLS
number of columns
type: int
ROW row
type: int
required: True
COL column
type: int
required: True
ROW row
type: int
required: True
COL column
type: int
required: True
ROW row
type: int
required: True
COL column
type: int
required: True
VALUE column
type: int
required: True
clear
clear all cells
ROW row
type: int
required: True
COL column
type: int
required: True
ROW row
type: int
required: True
COL column
type: int
required: True
next
generate next state
ROW row
type: int
required: True
COL column
type: int
required: True
random
fills with random
ROW row
type: int
required: True
COL column
type: int
required: True
ROW row
type: int
required: True
COL column
type: int
required: True
@rows
Get/set number of rows
type: int
range: 1..32
default: 16
@cols
Get/set number of columns
type: int
range: 1..32
default: 16
@size (readonly)
Get total cell count
type: int
default: 256
Authors: Serge Poltavsky
License: GPL3 or later