PureData CEAMMC library web documentation
available since version: 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
Get/set track number
type: int
min value: 0
default: 0
@join (initonly)
Get/set join all tracks into one
type: flag
default: 0
@speed
Get/set play speed factor
type: float
min value: 0.01
default: 1
@tempo (readonly)
Get current tempo in TPQ
type: int
default: 120
@current (readonly)
Get current event tick index
type: int
default: 0
@nevents (readonly)
Get number of events in track
type: int
default: 0
@state (readonly)
Get current state. 0: stopped, 1: playing, 2: paused
type: int
enum: 0, 1, 2
default: 0
Authors: Serge Poltavsky
License: GPL3 or later