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