NERDDISCO / luminave

Operate all the lights with your web browser and create stunning visual experiences.
MIT License
76 stars 8 forks source link

Don't reset the progress when using play / pause #29

Open TimPietrusky opened 6 years ago

TimPietrusky commented 6 years ago

Expected

When using play then pause then play the progress should continue where it left of the last time.

Actual

The progress resets itself after the second play

TimPietrusky commented 5 years ago

To fix this we have to rewrite how we handle scenes in the timeline-manager, because right now the progress is calculated based on the length of the timeline and the current time.