PureData CEAMMC library web documentation
available since version: 0.9.1
@max_size
Get/set maximum stack grow size
type: int
min value: 1
default: 100
@size (readonly)
Get current number of elements in stack
type: int
default: 0
@empty (readonly)
Get if stack is empty
type: bool
default: 1
@on_empty
Get/set message send to destination address when stack becomes empty. First list
element is address to send, other additional elements treated as message or
bang if not specified.
type: list
@on_full
Get/set message send to destination address when stack becomes full. First list element
is address to send, other additional elements treated as message or bang if not
specified.
type: list
Authors: Serge Poltavsky
License: GPL3 or later