PureData CEAMMC library web documentation
available since version: 0.1
Defines named local float 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 float, no output
-
subtract from float, 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: float
default: 0
See also: [local.int] [global.int]
Authors: Serge Poltavsky
License: GPL3 or later