PureData CEAMMC library web documentation
available since version: 0.1
Defines named local integer variable, accessed by name and available only within its patch (canvas). Note: it is not accessible even from subpatch.
multiply to, no output
+
add to int, no output
-
substruct from int, no output
/
divide by, no output
set
sets new value without output
@id (initonly)
Get/set local variable id
type: symbol
default: default
@value (readonly)
Get current value
type: int
default: 0
See also: [local.float] [local.list] [global.int]
Authors: Serge Poltavsky
License: GPL3 or later