Timeline Object
A timeline is the fundamental unit of operation. The timeline is triggered to play and event on it are triggered at certain instances.
It has the following properties:-
| Property | Description | type |
|---|
| id | timeline id | string |
| pitch | the speed multiplier | float |
| timeLineLength | length(ms) | int |
| position | position(ms) | int |
| quantize | The basic unit | int |
| beatLength | number of quantisation marks per beat | int |
| beatsPerBar | number of beats per bar | int |
| oscIndex | The default OSC index for event on this timeline | int |
| colour | the timeline colour | java.awt.Color |
| folowOnExpr | An expression to execute after the timeline finishes playing | String |
| playmode | the playmode(''p''=play, ''l''=loop) | int |