PureData CEAMMC library web documentation
доступно с версии: 0.1
[ui.hrd] alias for horizontal radio, [ui.vrd] alias for vertical radio, [ui.hrd*] alias for horizontal radio checklist.
+ STEP
moves several steps forward on a loop (single mode only)
- STEP
moves several step backwards on a loop (single mode only)
BEATS requested number of beats
тип: int
обязательно: True
[OFFSET] pattern offset (rotation to the right)
тип: int
flip
flips radio (only in checklist mode)
interp
for this object acts as load, no interpolation performed
next
moves to next position until last cell is reached (single mode only)
X top left x-coord
тип: float
обязательно: True
Y top right y-coord
тип: float
обязательно: True
prev
moves to previous position until first cell is reached (single mode only)
random
select random cells. If called as [random move( moves to another random cell
(excluding the current one)
reset
reset radio (only in checklist mode)
@nitems
Запросить/установить number of items
тип: int
диапазон: 2..128
по умолчанию: 8
@mode
Запросить/установить check list mode. If true acts as checklist
тип: bool
по умолчанию: 0
@value
Запросить/установить widget value (float or list)
тип: list
@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
по умолчанию: 120 15
@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
@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
@mouse_events
Запросить/установить mouse events output mode. If on outputs @mouse_down and @mouse_drag events
тип: bool
по умолчанию: 0
Смотрите также: [ui.matrix]
Авторы: Pierre Guillot
Лицензия: GPL3 or later