PureData CEAMMC library web documentation
доступно с версии: 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)
Запросить/установить local variable id
тип: symbol
по умолчанию: default
@value (readonly)
Запросить current value
тип: float
по умолчанию: 0
Смотрите также: [local.int] [global.int]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later