PureData CEAMMC library web documentation
доступно с версии: 0.5
+ N
increase current gain by N db
- N
decrease current gain by N db
++
decrease current gain by 1 db
–
decrease current gain by 1 db
set N
set current gain to N db
X top left x-coord
тип: float
обязательно: True
Y top right y-coord
тип: float
обязательно: True
@max
Запросить/установить maximum gain value
тип: int
единица: db
диапазон: -12..12
по умолчанию: 0
@min
Запросить/установить minimal gain value
тип: int
единица: db
диапазон: -90..-15
по умолчанию: -60
@db
Запросить/установить gain in dbfs scale
тип: float
единица: db
по умолчанию: -60
@amp
Запросить/установить gain as amplitude ratio
тип: float
по умолчанию: 0
@output_value
Запросить/установить flag to output @db property after each knob move
тип: bool
по умолчанию: 0
@relative
Запросить/установить relative input mode. When set do not jump to value on click
тип: bool
по умолчанию: 1
@presetname
Запросить/установить preset name for using with [ui.preset]
тип: symbol
по умолчанию: (null)
@show_range
Запросить/установить if show slider range
тип: bool
по умолчанию: 1
@mouse_events
Запросить/установить mouse events output mode. If on outputs @mouse_down, @mouse_up and @mouse_drag
events
тип: bool
по умолчанию: 0
@send
Запросить/установить send destination
тип: symbol
по умолчанию: (null)
@receive
Запросить/установить receive source
тип: symbol
по умолчанию: (null)
@size
Запросить/установить element size (width, height pair)
тип: list
по умолчанию: 15 120
@pinned
Запросить/установить pin mode. if 1 - put element to the lowest level
тип: bool
по умолчанию: 0
@knob_color
Запросить/установить knob 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
@midi_channel
Запросить/установить binded MIDI channel. 0 means listen to all channels
тип: int
диапазон: 0..16
по умолчанию: 0
@midi_control
Запросить/установить binded MIDI controller number. -1 means not binded to any controller.
тип: int
диапазон: -1..127
по умолчанию: -1
@midi_pickup
Запросить/установить pickup current value. If slider is binded to value, first time you should pass
over this value to make binding. It prevents from sudden value change on first
control change
тип: bool
по умолчанию: 1
Авторы: Serge Poltavsky
Лицензия: GPL3 or later