PureData CEAMMC library web documentation
доступно с версии: 0.4
next
moves playing position to next event. No output
pause
pause playing
play
start playing
reset
set current event index to zero and send All Notes Off event
seek
seek to specified tick
stop
stop playing and send All Notes Off event
@track
Запросить/установить track number
тип: int
минимальное значение: 0
по умолчанию: 0
@join (initonly)
Запросить/установить join all tracks into one
тип: flag
по умолчанию: 0
@speed
Запросить/установить play speed factor
тип: float
минимальное значение: 0.01
по умолчанию: 1
@tempo (readonly)
Запросить current tempo in TPQ
тип: int
по умолчанию: 120
@current (readonly)
Запросить current event tick index
тип: int
по умолчанию: 0
@nevents (readonly)
Запросить number of events in track
тип: int
по умолчанию: 0
@state (readonly)
Запросить current state. 0: stopped, 1: playing, 2: paused
тип: int
варианты: 0, 1, 2
по умолчанию: 0
Авторы: Serge Poltavsky
Лицензия: GPL3 or later