PureData CEAMMC library web documentation
доступно с версии: 0.1
erase
clears all items menu
PATTERN filename pattern, like * (all files), *.wav (all wav files) etc.
тип: symbol
обязательно: True
[DIR] search directory. If omitted - search in patch directory. Performs tilde (~) expansion to home directory. To elide long filenames see @max_length property.
тип: symbol
IDX item position
тип: int
обязательно: True
ATOM item name
тип: atom
обязательно: True
interp
for this object acts as load, no preset interpolation performed
X top left x-coord
тип: float
обязательно: True
Y top right y-coord
тип: float
обязательно: True
IDX item index
тип: int
обязательно: True
ATOM item name
тип: list
обязательно: True
@items
Запросить/установить list of menu items
тип: list
@index
Запросить/установить current menu item index
тип: int
по умолчанию: -1
@value
Запросить/установить current menu item value
тип: atom
@count (readonly)
Запросить number of menu items
тип: int
по умолчанию: 0
@max_length
Запросить/установить maximum displayed item character length
тип: int
диапазон: 10..1024
по умолчанию: 100
@open
Запросить/установить opened state
тип: bool
по умолчанию: 0
@title (readonly)
Запросить current element text
тип: symbol
@presetname
Запросить/установить preset name for using with [ui.preset]
тип: symbol
по умолчанию: (null)
@send
Запросить/установить send destination
тип: symbol
по умолчанию: (null)
@receive
Запросить/установить receive source
тип: symbol
по умолчанию: (null)
@size
Запросить/установить element size (width, height pair)
тип: list
по умолчанию: 100 16
@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
@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
Смотрите также: [ui.radio]
Авторы: Pierre Guillot, Serge Poltavsky
Лицензия: GPL3 or later