PureData CEAMMC library web documentation
available since version: 0.9.1
N
number of memory cells
type: int
TTL
see @ttl property
type: int
@n
Get/set number of memory cells
type: int
range: 1..32
default: 1
@free
Get/set clear cell mode. If on - clear cell counter after zero was reached.
type: bool
default: 1
@ttl
Get/set time to live counter. Each time you set new value its memory cell counter is
set to this. Each time memory cell is outputted individual memory cell ttl
counter (not this property!) is decremented until zero reached. After that if
@free property is on memory cell is cleared. If this property equals zero
memory cell never expires.
type: int
range: 0..1024
default: 0
Authors: Serge Poltavsky
License: GPL3 or later