forked from lisongx/atom-tidal
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I have some strategies to optimize the performance of the event highlighting. It should help mainly to stabilize the editing of big files. The current implementation should be fine for live coding performances.
Here are the points I want to address:
- Consider the timestamps of the
Pre BundleStmaposc bundles. This will ensure, that we do not miss any packages and we can add a latency value. - Reset the current state when a
hushwas received - Exclude the calculation to a web worker
- Replace tokens, when an already set line will be overwritten
For each of these points I would like to create a separate PR. This issue should bundle the communication.
Metadata
Metadata
Assignees
Labels
No labels