PureData CEAMMC library web documentation
доступно с версии: 0.5
play
start playing
VALUE start value. Negative values (offset from end) are supported for ms, sec and sample units. -1 sample means last sample.
тип: float
обязательно: True
UNIT value unit
тип: symbol
обязательно: True
[VALUE] end value
тип: float
UNIT value unit
тип: symbol
обязательно: True
@array
Запросить/установить array name
тип: symbol
@state (readonly)
Запросить player state
тип: symbol
варианты: play, stop
по умолчанию: stop
@speed
Запросить/установить play speed
тип: float
минимальное значение: 0.1
по умолчанию: 1
@begin
Запросить/установить begin position in samples
тип: int
единица: samp
по умолчанию: 0
@end
Запросить/установить end position in samples
тип: int
единица: samp
по умолчанию: -1
@abs_begin (readonly)
Запросить absolute start position in samples
тип: int
единица: samp
по умолчанию: 0
@abs_end (readonly)
Запросить absolute stop position in samples
тип: int
единица: samp
по умолчанию: 0
@reversed
Запросить/установить playing backwards (if set to 1)
тип: bool
по умолчанию: 0
Смотрите также: [list.each]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later