PureData CEAMMC library web documentation
доступно с версии: 0.1
Display mode: keys '-'(Down) and '+'(Up) increment value. Mouse drag changes value. Default step is 1/pixel. Holding SHIFT divide step by 100. Holding CTRL multiply by 10. Input mode: Double click to enter new value. Accepted keys: -.0123456789. Press ENTER or TAB key to finish. ESCAPE undo input, BACKSPACE removes last character.
++
increment slider value without output
–
decrement slider value without output
multiply slider value without output
параметры:
V multiplied value
тип: float
обязательно: True
X top left x-coord
тип: float
обязательно: True
Y top right y-coord
тип: float
обязательно: True
@min
Запросить/установить minimum value
тип: float
по умолчанию: -inf
@max
Запросить/установить maximum value
тип: float
по умолчанию: +inf
@value
Запросить/установить widget value
тип: float
по умолчанию: 0
@display_only
Запросить/установить interaction mode. If true: react only to received Pd messages, but do not react
to mouse/keyboard events. If false: react to all supported events.
тип: bool
по умолчанию: 0
@digits
Запросить/установить number of digits. If -1 - no fixed digits used
тип: int
диапазон: -1..9
по умолчанию: -1
@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
по умолчанию: 53 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
@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.number~]
Авторы: Pierre Guillot, Serge Poltavsky
Лицензия: GPL3 or later