PureData CEAMMC library web documentation
доступно с версии: 0.6
dump
dumps all object info to Pd console window.
X top left x-coord
тип: float
обязательно: True
Y top right y-coord
тип: float
обязательно: True
BEGIN selection start in samples
тип: int
обязательно: True
END selection end in samples
тип: int
обязательно: True
@array
Запросить/установить array name
тип: symbol
@mouse_events
Запросить/установить mouse events output mode. If on outputs @mouse_down, @mouse_up and @mouse_drag
events
тип: bool
по умолчанию: 1
@cursor_samp
Запросить/установить cursor position in samples
тип: int
единица: samp
по умолчанию: 0
@cursor_phase
Запросить/установить cursor position in 0-1 range
тип: float
диапазон: 0..1
по умолчанию: 0
@cursor_sec
Запросить/установить cursor position in seconds
тип: float
единица: sec
по умолчанию: 0
@cursor_ms
Запросить/установить cursor position in milliseconds
тип: float
единица: ms
по умолчанию: 0
@select_samp
Запросить/установить selection range in samples, pair of values: begin, end
тип: list
единица: samp
@select_sec
Запросить/установить selection range in seconds, pair of values: begin, end
тип: list
единица: sec
@select_ms
Запросить/установить selection range in milliseconds, pair of values: begin, end
тип: list
единица: ms
@select_phase
Запросить/установить selection range noramlized to 0-1 range, pair of values: begin, end
тип: list
@show_rms
Запросить/установить show RMS graph
тип: bool
по умолчанию: 0
@show_labels
Запросить/установить if show corner labels
тип: bool
по умолчанию: 0
@label_top
Запросить/установить top right label if @show_labels is on
тип: symbol
@label_bottom
Запросить/установить bottom right label if @show_labels is on
тип: symbol
@size_samp (readonly)
Запросить array size in samples
тип: int
единица: samp
минимальное значение: 0
по умолчанию: 0
@size_sec (readonly)
Запросить array size in seconds
тип: float
единица: sec
минимальное значение: 0
по умолчанию: 0
@size_ms (readonly)
Запросить array size in milliseconds
тип: float
единица: ms
минимальное значение: 0
по умолчанию: 0
@send
Запросить/установить send destination
тип: symbol
по умолчанию: (null)
@receive
Запросить/установить receive source
тип: symbol
по умолчанию: (null)
@size
Запросить/установить element size (width, height pair)
тип: list
по умолчанию: 300 100
@pinned
Запросить/установить pin mode. if 1 - put element to the lowest level
тип: bool
по умолчанию: 0
@selection_color
Запросить/установить selection color (list of red, green, blue values in 0-1 range)
тип: list
по умолчанию: 0 0.75 1 1
@cursor_color
Запросить/установить cursor color (list of red, green, blue values in 0-1 range)
тип: list
по умолчанию: 0 0.75 1 1
@wave_color
Запросить/установить wave color (list of red, green, blue values in 0-1 range)
тип: list
по умолчанию: 0.3 0.3 0.3 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
Авторы: Serge Poltavsky
Лицензия: GPL3 or later