PureData CEAMMC library web documentation
доступно с версии: 0.1
Saves presets value of UI objects that have @presetname property. Can handle UI objects only on the save canvas, no subpatches or abstractions are supported. NOTE: if no UI widgets with @presetname on canvas - Shift-click is disabled. Active slot is highlighted, available slots are dark gray
clearall
clear all existing presets
duplicate
fill empty presets by coping exiting values
X top left x-coord
тип: float
обязательно: True
Y top right y-coord
тип: float
обязательно: True
@current (readonly)
Запросить current preset index
тип: int
по умолчанию: -1
@receive
Запросить/установить receive source
тип: symbol
по умолчанию: (null)
@size
Запросить/установить element size (width, height pair)
тип: list
по умолчанию: 102 42
@pinned
Запросить/установить pin mode. if 1 - put element to the lowest level
тип: bool
по умолчанию: 0
@active_color
Запросить/установить active color (list of red, green, blue values in 0-1 range)
тип: list
по умолчанию: 0 0.75 1 1
@text_color
Запросить/установить text color (list of red, green, blue values in 0-1 range)
тип: list
по умолчанию: 0 0 0 1
@empty_color
Запросить/установить empty cell color (list of red, green, blue values in 0-1 range)
тип: list
по умолчанию: 0.86 0.86 0.86 1
@stored_color
Запросить/установить stored cell color (list of red, green, blue values in 0-1 range)
тип: list
по умолчанию: 0.5 0.5 0.5 1
@background_color
Запросить/установить element background color (list of red, green, blue values in 0-1 range)
тип: list
по умолчанию: 0.93 0.93 0.93 1
@border_color
Запросить/установить border color (list of red, green, blue values in 0-1 range)
тип: list
по умолчанию: 0.6 0.6 0.6 1
@fontsize
Запросить/установить fontsize
тип: int
диапазон: 4..100
по умолчанию: 11
@fontname
Запросить/установить fontname
тип: symbol
варианты: Courier, DejaVu, Helvetica, Monaco, Times
по умолчанию: Helvetica
@fontweight
Запросить/установить font weight
тип: symbol
варианты: normal, bold
по умолчанию: normal
@fontslant
Запросить/установить font slant
тип: symbol
варианты: roman, italic
по умолчанию: roman
тип: control
Смотрите также: [preset.float] [preset.storage]
Авторы: Pierre Guillot, Serge Poltavsky
Лицензия: GPL3 or later