PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: tl

tl.timeline

aliases: [ceammc/timeline], [timeline]

Timeline - event scheduler

available since version: 0.7


information

With timeline you can schedule your events and start/pause/stop/move time This time formats for event are supported: clock format - HH:MM:SS.MS, or values like NUMBER UNIT: 10 ms, 10 msec, 20 sec, 30.5s. Note: spaces are ignored. Empty timeline always contains "end" event, that can't be removed. Events are referred by name or by index. Negative indexes are supported: -1 means last event (not "end" event, but last user event)

example

arguments:

methods:

properties:

inlets:

outlets:

keywords:

timeline

See also: [tl.cue]

Authors: Serge Poltavsky

License: GPL3 or later