Event Object
An event plays a set of message/value pairs at a specific time on a certian OSC port if the event is active.
| Property | Description | type |
|---|
| id | event id - not mandatory | String |
| oscMsg | List of OSC Messages/Expressions | Vector |
| value | the value to assign to the respective OSC Messages/Expressions | Vector |
| target | Target timeline to trigger | TimelineObject |
| targetPlayMode | [p = play, l=loop] | char |
| active | weather the event should be triggered or not. | boolean |
| eventTime | The time (in ms) the event occurs on the timeline | int |
| oscIndex | The index of the OSC port to play on. | int |