You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.
When code is received, parse all the events in mininotation strings and tag them with unique identifiers, probably prefixed with an identifier that is sent with the code.
Send back these locations as e.g. tuples of (id, x, y, length) to the sender.
Then as events are triggered, send timestamped messages with the id and duration of the event.
The text was updated successfully, but these errors were encountered:
When code is received, parse all the events in mininotation strings and tag them with unique identifiers, probably prefixed with an identifier that is sent with the code.
Send back these locations as e.g. tuples of
(id, x, y, length)
to the sender.Then as events are triggered, send timestamped messages with the id and duration of the event.
The text was updated successfully, but these errors were encountered: