allen-cell-animated / volume-viewer

https://allen-cell-animated.github.io/volume-viewer/
Other
92 stars 7 forks source link

sync channels during playback #185

Closed toloudis closed 7 months ago

toloudis commented 7 months ago

Adds capability to wait for all channels to arrive before updating volume data. This is for time series or Z slice playback when multiple channels are enabled. When it was always async, it was hard to watch playback due to channels arriving on alternate redraws. Front end implementation should turn sync on during playback and turn it off when not in playback. (We can also consider always having it on)

Estimated time to review: ~15 min