Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: UI doesn't correctly show onEnd-type infinite piece continuing after having being interrupted by a timed piece on the same source layer #1065

Open
jesperstarkar opened this issue Nov 8, 2023 · 1 comment
Labels
🐛bug Something isn't working help wanted Noone is actively working on this, contributions are welcome

Comments

@jesperstarkar
Copy link
Contributor

Scenario
On a source layer "Graphic", play a piece "A" of type onSegmentEnd. Some seconds into the first part of the segment, adib a piece "B" with duration X seconds.

What happens

  • Playout/timeline: Plays A until the beginning of B, then plays B until the end of B, then goes back to A again.
  • Timeline View: Shows A correctly spanning the entire segment from the start. As B gets inserted, A gets capped, and only the length of B shows with "nothing" trailing B for the remainder of the current part. In the following parts of the Segment, A is still present.

What should happen
The Timeline View should aim to be WYSIWYG and show what the output (correctly) does. Meaning, when B gets inserted, you should see A continue trailing it for the remainder of the current part. Perhaps even with a new/repeated label for A.

Notes
Have not tried how this behaves or looks with a timed non-adlib piece doing B's job here.

@jstarpl jstarpl added 🐛bug Something isn't working help wanted Noone is actively working on this, contributions are welcome labels Nov 8, 2023
@jesperstarkar
Copy link
Contributor Author

Additional testing suggests that the "wrong" appearance is the same when inserting timed graphics, and that the missing continuation of A shows already before playing the part, and stays the same through playback of A, B and after B.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working help wanted Noone is actively working on this, contributions are welcome
Projects
None yet
Development

No branches or pull requests

2 participants