PureData CEAMMC library web documentation
available since version: 0.1
Defines global scope float variable, accessed by ID name.
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 global variable id
type: symbol
default: default
@value (readonly)
Get current value
type: float
default: 0
See also: [local.float] [global.int]
Authors: Serge Poltavsky
License: GPL3 or later