replayEventList
When the event list on the device changes or it receives the Request for state synchronization, the Director device sends the event list to the receiver.
For how to configure the receiver, please refer to How to use TouchOSC to control Director.
Address
/status/replayEventList [json string]
Arguments
Type | Description | |
---|---|---|
argument 1 | String | The event list |
Example
After receiving Request for state synchronization, the Director device sends sends the event list to the receiver.
/status/replayEventList [{"clipSuffixName":"","customName":"Event 5b","duration":5000,"number":5,"rating":0,"replayRecordId":"55","tags":["tag 3","tag 5"],"teamName":"","totalSize":7099937},{"clipSuffixName":"","customName":"0.5","duration":5000,"number":4,"rating":0.5,"replayRecordId":"54","tags":["tag 2"],"teamName":"0.5","totalSize":4224231}]
Name | Type | Description |
---|---|---|
replayRecordId | String | The event ID |
totalSize | Long | The size of event file, in byte |
duration | Long | Duration, in millisecond |
number | Int | The event number |
customName | String | The custom name |
rating | Double | Rating, ranging from 0 to 5 |
tags | List |
The tag list |
teamName | String | The team name |